使用SystemJS在运行时将Angular 6库加载到另一个项目中

时间:2018-09-22 07:30:37

标签: angular webpack angular-cli systemjs

我有两个Angular 6项目,一个是main application,另一个是Angular library项目。

现在,我想在library component上加载任何runtime而不在app.module.ts中添加引用。

在构建main application时,我不知道dynamic library的名称,因此我正在使用SystemJS.import('/path/to/library.umd.js'),但这不起作用。

例外是Error: No NgModule metadata found for 'undefined'.

  1. 有什么方法可以加载SystemJS
  2. 有什么更好的方法来实现SystemJS已死?

0 个答案:

没有答案