使用新的Angular-Material版本,您需要为Angular-Animations添加模块.您可以在两个BrowserAnimationsModule和NoopAnimationsModule之间进行选择.
official guide声明:
原文链接:https://www.f2er.com/angularjs/143481.htmlSome Material components depend on the Angular animations module in
order to be able to do more advanced transitions. If you want these
animations to work in your app,you have to install the
@angular/animations module and include the BrowserAnimationsModule in
your app.06000
If you don’t want to add another dependency to your project,you can use the NoopAnimationsModule.
06001
我不太明白这里有什么区别.似乎完全一样:)两个模块之间有什么区别?