Skip to content

Typo in 2.0.0-beta.3 release notes #3963

Closed
@xuanshenbo

Description

@xuanshenbo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions