-
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(schematics): add missing constructor checks data #13052
chore(schematics): add missing constructor checks data #13052
Conversation
* Adds the constructor signature check data for angular#11706 which is already published in `7.0.0-beta.0`.
@@ -26,4 +26,13 @@ export const constructorChecks = [ | |||
|
|||
// https://github.com/angular/material2/pull/9775 | |||
'MatCalendar', | |||
|
|||
// TODO(devversion): The constructor check rule doesn't distinct data based on the target |
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.
I think there's a verb missing before "distinct"
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.
Good catch. Should be good now.
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
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. |
Adds the constructor signature check data for PR: #11706.
The PR has been already published in
7.0.0-beta.0
.Note: I want to have test cases for V7 upgrade data as well. test cases for this PR will be a follow-up once #13050 has been merged (avoiding conflicts)