Skip to content

Commit ec959e8

Browse files
crisbetotinayuangao
authored andcommitted
fix(datepicker): typo in MatMonthView export (#9055)
Fixes the `exportAs` of the `MatMonthView` being spelled as `matMonthVeiw`.
1 parent b20a59d commit ec959e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/datepicker/month-view.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const DAYS_PER_WEEK = 7;
3434
moduleId: module.id,
3535
selector: 'mat-month-view',
3636
templateUrl: 'month-view.html',
37-
exportAs: 'matMonthVeiw',
37+
exportAs: 'matMonthView',
3838
encapsulation: ViewEncapsulation.None,
3939
preserveWhitespaces: false,
4040
changeDetection: ChangeDetectionStrategy.OnPush,

0 commit comments

Comments
 (0)