-
Notifications
You must be signed in to change notification settings - Fork 771
refactor(lib): upgrade to Angular v6 and Material v6 betas #642
Conversation
CaerusKaru
commented
Mar 7, 2018
•
edited
Loading
edited
- Move to tree-shakeable providers where appropriate
- Deprecate unneeded providers
- Update tsconfig to workaround ngc attempts to generate metadata for rxjs Subscription in 6.0.0 angular#22210
c216413
to
f83458d
Compare
* Move to tree-shakeable providers where appropriate * Deprecate unneeded providers * Update tsconfig to workaround angular/angular#22210
@@ -66,6 +66,7 @@ System.config({ | |||
'@angular/cdk/scrolling': 'node:@angular/cdk/bundles/cdk-scrolling.umd.js', | |||
'@angular/cdk/stepper': 'node:@angular/cdk/bundles/cdk-stepper.umd.js', | |||
'@angular/cdk/table': 'node:@angular/cdk/bundles/cdk-table.umd.js', | |||
'@angular/cdk/tree': 'node:@angular/cdk/bundles/cdk-tree.umd.js', |
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.
Why are we including the tree ? It is not used in our demos ?
Then again neither is table ;-)
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.
It's required for testing, otherwise Karma will try looking for it and then complain
Currently waiting for angular/angular#22655 |
Superseded by #681 to allow for separating out the tree-shakeable providers PR for later |
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. |