用'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,但我无法解决这个问题。
有人可以帮助我。