fix mat datetime picker regression

This commit is contained in:
Eugenio Romano
2018-08-09 13:35:56 +01:00
parent f5e264d0fc
commit 6b8bd4685c
8 changed files with 58 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ import { MatTabChangeEvent } from '@angular/material';
export class InfoDrawerTabComponent {
/** The title of the tab. */
@Input()
label: string = 'Main tab';
label: string = '';
/** Icon to render for the tab. */
@Input()