We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4fa66 commit 2bc61dfCopy full SHA for 2bc61df
src/lib/schematics/update/material/data/constructor-checks.ts
@@ -26,4 +26,13 @@ export const constructorChecks = [
26
27
// https://github.com/angular/material2/pull/9775
28
'MatCalendar',
29
+
30
+ // TODO(devversion): The constructor check rules doesn't distinct 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
37
+ 'MatSidenavContent',
38
];
0 commit comments