build: increase minimum angular version#3017
Merged
Merged
Conversation
* Currently Angular Material supports Angular v2.2.0, but some components already use methods that are only available in `v2.3.0`. This means that Material isn't really compatible with v2.2.0 anymore. * Since Angular `v.2.3.0` includes a lot of good fixes (like proper metadata inheritance) we should upgrade to `v2.3.0`. See angular/angular@f5c8e09 Related to angular#2394
4bafa83 to
1b21d06
Compare
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently Angular Material supports Angular v2.2.0, but some components already use methods that are only available in
v2.3.0.This means that Material isn't really compatible with v2.2.0 anymore.
Since Angular
v.2.3.0includes a lot of good fixes (like proper metadata inheritance) we should upgrade tov2.3.0.See for example angular/angular@f5c8e09
Note: This also fixes the invalid
peerDependencieswarning for Material.Related to #2394