0

我想在这里为小部件使用角度元素。

我浏览了angular.io 示例 以及angular-aio-src

我在这里遗漏了一些东西。这是演示

我收到此错误:

Component ContentNotAvalilableComponent is not part of any NgModule or the module has not been imported into your module.

我见过的所有示例都是作为单独的模块创建的/手动引导是为了嵌入该模块。但我正在尝试类似 angular aio 的东西。使用 AppComponent 引导延迟加载角度元素。不知道这里出了什么问题?

4

1 回答 1

1

在 index.html 中导入 javascript

<script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.1.3/custom-elements-es5-adapter.js"></script>

但请参阅此链接https://www.npmjs.com/package/ngx-build-plus

于 2018-12-18T22:27:11.733 回答