-
Notifications
You must be signed in to change notification settings - Fork 357
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgraded angular & material modules to latest #90
Conversation
think we should skip this and jump to 2.0.0-alpha.9? i'm sure it's a bigger jump since they introduced themes, but probably might as well right? |
yes, we should use this PR for that https://github.com/angular/material2/blob/master/CHANGELOG.md |
…package and webpack changes
What's included?
Test Steps
Note: Dialogs seem to have a bug, so i couldnt create an example for them.. also, we need to update |
Theme Breaking Change Docs:Now that angular-material has SCSS theme variables, this update will require Covalent users to:
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this and make sure to note the BREAKING CHANGES for the release docs
Description
Upgraded angular to 2.0.0 and angular-material2 to 2.0.0-alpha.9
https://github.com/angular/material2/blob/master/CHANGELOG.md#2.0.0-alpha.9
What's included?
package.json
andplatform/core/package.json
for angular & angular2-material to use latestTest Steps
npm i
ng serve