You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under the Angular 4 section, the second bullet point.
users of @angular/material
need to explicitly import BrowserAnimationsModule (or NoopAnimationsModule) from @angular/package-browser/animations as well as installing @angular/animations.
Should be:
users of @angular/material
need to explicitly import BrowserAnimationsModule (or NoopAnimationsModule) from @angular/platform-browser/animations as well as installing @angular/animations.
i.e. @angular/package-browser/animations should be @angular/platform-browser/animations
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
should be @import '~@angular/material/prebuilt-themes/deeppurple-amber';
What is the current behavior?
See above
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Bug, feature request, or proposal:
Two typos found in the release notes
What is the expected behavior?
Under the Angular 4 section, the second bullet point.
users of
@angular/material
need to explicitly import
BrowserAnimationsModule
(orNoopAnimationsModule
) from@angular/package-browser/animations
as well as installing@angular/animations
.Should be:
users of
@angular/material
need to explicitly import
BrowserAnimationsModule
(orNoopAnimationsModule
) from@angular/platform-browser/animations
as well as installing@angular/animations
.i.e. @angular/package-browser/animations should be @angular/platform-browser/animations
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
should be
@import '~@angular/material/prebuilt-themes/deeppurple-amber';
What is the current behavior?
See above
What are the steps to reproduce?
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: