Skip to content

Commit 05563d9

Browse files
devversionjelbourn
authored andcommitted
chore(schematics): add missing constructor checks data (#13052)
Adds the constructor signature check data for #11706 which is already published in `7.0.0-beta.0`.
1 parent d74f94c commit 05563d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/lib/schematics/update/material/data/constructor-checks.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,13 @@ export const constructorChecks = [
2626

2727
// https://github.com/angular/material2/pull/9775
2828
'MatCalendar',
29+
30+
// TODO(devversion): The constructor check rule doesn't distinguish data based on the target
31+
// TODO(devversion): version. Though it would be more readable to structure the data.
32+
33+
// https://github.com/angular/material2/pull/11706
34+
'MatDrawerContent',
35+
36+
// https://github.com/angular/material2/pull/11706
37+
'MatSidenavContent',
2938
];

0 commit comments

Comments
 (0)