Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Breaking-Changes in Angular Material 2 #13

Closed
grosspersky opened this issue Apr 8, 2017 · 1 comment
Closed

Breaking-Changes in Angular Material 2 #13

grosspersky opened this issue Apr 8, 2017 · 1 comment
Assignees
Labels
bug This Issue describes a unwanted behavior
Milestone

Comments

@grosspersky
Copy link
Collaborator

grosspersky commented Apr 8, 2017

Aufgrund von Updates in Material 2 ist es zu Breaking-Changes gekommen, die einen Compile-Vorgang unterbinden:
https://github.com/angular/material2/releases/tag/2.0.0-beta.3

Folgende Anpassungen sind nötig:
Ersetzen von:
@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
durch
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';

in styles.css

Zusätzlich muss das Package '@angular/animations' installiert sein. Das Package muss in der package.json ergänzt werden und anschließend erneut npm install ausgeführt werden.

Außerdem muss eines der Module BrowserAnimationsModule oder NoopAnimationsModule inkludiert werden.

@grosspersky grosspersky added the bug This Issue describes a unwanted behavior label Apr 8, 2017
@grosspersky grosspersky self-assigned this Apr 8, 2017
grosspersky added a commit that referenced this issue Apr 8, 2017
@khase khase modified the milestone: Release 0.1 Apr 13, 2017
@grosspersky
Copy link
Collaborator Author

Is included in dev with #16.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This Issue describes a unwanted behavior
Projects
None yet
Development

No branches or pull requests

2 participants