未处理的Promise拒绝:模板解析错误:'ng-template'不是已知元素

时间:2017-04-13 12:17:28

标签: angular angular-promise ng-template

用'npm install'更新Angular2应用程序并用'npm start'启动服务器后,我收到此错误

Unhandled Promise rejection: Template parse errors:
'ng-template' is not a known element:
1. If 'ng-template' is an Angular component, then verify that it is 
part of this module.
2. If 'ng-template' is a Web Component then add 
"CUSTOM_ELEMENTS_SCHEMA" to the '@NgModule.schemas' of this component 
to suppress this message. ("[ERROR ->]<ng-template> <div class="mat-
autocomplete-panel" role="listbox" [id]="id" 
[ngClass]="_getClassList()"): MdAutocomplete@0:0 ; Zone: <root> ; 
Task: Promise.then ; Value:

我用谷歌搜索它,发现在angular4模板中用'ng-template'表示。 我认为我的一些软件包依赖于Angular4,但我无法解决这个问题。

有人可以帮助我。

0 个答案:

没有答案