Closed
Description
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
(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?
Metadata
Metadata
Assignees
Labels
No labels