Skip to content

Commit

Permalink
fix(datepicker): typo in MatMonthView export (#9055)
Browse files Browse the repository at this point in the history
Fixes the `exportAs` of the `MatMonthView` being spelled as `matMonthVeiw`.
  • Loading branch information
crisbeto authored and jelbourn committed Jan 8, 2018
1 parent 6d70f2c commit 3e99bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/datepicker/month-view.ts
Expand Up @@ -34,7 +34,7 @@ const DAYS_PER_WEEK = 7;
moduleId: module.id,
selector: 'mat-month-view',
templateUrl: 'month-view.html',
exportAs: 'matMonthVeiw',
exportAs: 'matMonthView',
encapsulation: ViewEncapsulation.None,
preserveWhitespaces: false,
changeDetection: ChangeDetectionStrategy.OnPush,
Expand Down

0 comments on commit 3e99bcc

Please sign in to comment.