Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

refactor(lib): upgrade to Angular v6 and Material v6 betas #642

Closed
wants to merge 1 commit into from

Conversation

CaerusKaru
Copy link
Member

@CaerusKaru CaerusKaru commented Mar 7, 2018

* 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',
Copy link
Contributor

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 ;-)

Copy link
Member Author

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

@CaerusKaru
Copy link
Member Author

Currently waiting for angular/angular#22655

@CaerusKaru
Copy link
Member Author

Superseded by #681 to allow for separating out the tree-shakeable providers PR for later

@CaerusKaru CaerusKaru closed this Mar 20, 2018
@CaerusKaru CaerusKaru deleted the adam/ng6 branch March 20, 2018 06:37
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants