Skip to content

Commit

Permalink
chore(schematics): add missing constructor checks data
Browse files Browse the repository at this point in the history
* Adds the constructor signature check data for angular#11706 which is already published in `7.0.0-beta.0`.
  • Loading branch information
devversion committed Sep 9, 2018
1 parent 7c4fa66 commit 2bc61df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/lib/schematics/update/material/data/constructor-checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,13 @@ export const constructorChecks = [

// https://github.com/angular/material2/pull/9775
'MatCalendar',

// TODO(devversion): The constructor check rules doesn't distinct data based on the target
// TODO(devversion): version. Though it would be more readable to structure the data.

// https://github.com/angular/material2/pull/11706
'MatDrawerContent',

// https://github.com/angular/material2/pull/11706
'MatSidenavContent',
];

0 comments on commit 2bc61df

Please sign in to comment.