-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
chore(cdk): create cdk/collections #6208
Conversation
6e773b7
to
62c3ec1
Compare
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.
LGTM
.github/CODEOWNERS
Outdated
@@ -49,7 +49,8 @@ src/lib/core/datetime/** @mmalerba | |||
# CDK | |||
src/cdk/coercion/** @jelbourn | |||
src/cdk/rxjs/** @jelbourn | |||
src/cdk/observe-content/** @crisbeto @jelbourn | |||
src/cdk/observe-content/** @jelbourn @crisbeto | |||
src/cdk/collections/** @jelbourn @andrewseguin |
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.
Can you add me to this one as well since I did the SelectionModel
initially? Also if we're making the SelectionModel
a part of the CDK, should we remove the @docs-private
?
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.
For sure, added you as an owner. I removed @docs-private
as well since we are advising users to apply it for their tables.
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.
LGTM
@@ -52,6 +52,7 @@ System.config({ | |||
'@angular/cdk/a11y': 'dist/packages/cdk/a11y/index.js', | |||
'@angular/cdk/bidi': 'dist/packages/cdk/bidi/index.js', | |||
'@angular/cdk/coercion': 'dist/packages/cdk/coercion/index.js', | |||
'@angular/cdk/collections': 'dist/packages/cdk/collections/index.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.
You can tell, adding this to every system configuration is annoying :)
I'm thinking about a more dynamic approach here
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.
LGTM
please rebase |
fa93d74
to
71d2d9c
Compare
Rebased |
cd538e8
to
39e209b
Compare
39e209b
to
1b9ba9b
Compare
@andrew Can you rebase? |
1b9ba9b
to
129f175
Compare
Rebased |
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. |
Contains data-source, collection-viewer, and selection.
Opening up the PR for discussion on what should be in the directory (or if it should exist). Data source and collections viewer doesn't need to be tied to the table since other components (tree) can use em.