在使用angular框架整合官方组件库时报错报错:
Uncaught Error: Type LayoutModule does not have 'ɵmod' property.
at getNgModuleDef (core.js:1119)
at recurse (core.js:25273)
at recurse (core.js:25284)
at ...
在执行ng update @angular/core @angular/cli命令时报错:
Repository is not clean. Please commit or stash any changes before updating.
解决方法:
执行命令:ng update --all --force --allow-dirty