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