Skip to content

Commit f6f19e8

Browse files
author
Tobias Schweizer
committed
refactor (MatCalendar): default header comes with empty template
1 parent 2058afb commit f6f19e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/datepicker/calendar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import {ComponentPortal, ComponentType, Portal} from '@angular/cdk/portal';
3535
@Component({
3636
moduleId: module.id,
3737
selector: 'mat-calendar-header',
38-
template: 'default header',
38+
template: '',
3939
encapsulation: ViewEncapsulation.None,
4040
preserveWhitespaces: false,
4141
changeDetection: ChangeDetectionStrategy.OnPush,

0 commit comments

Comments
 (0)