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 d74f94c commit 05563d9Copy full SHA for 05563d9
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 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
37
+ 'MatSidenavContent',
38
];
0 commit comments