input.spec.ts (material2-7.3.4) | : | input.spec.ts (material2-7.3.5) | ||
---|---|---|---|---|
skipping to change at line 1620 | skipping to change at line 1620 | |||
label: string = ''; | label: string = ''; | |||
} | } | |||
@Component({ | @Component({ | |||
template: `<mat-form-field [hintLabel]="label"><input matInput></mat-form-fiel d>` | template: `<mat-form-field [hintLabel]="label"><input matInput></mat-form-fiel d>` | |||
}) | }) | |||
class MatInputHintLabelTestController { | class MatInputHintLabelTestController { | |||
label: string = ''; | label: string = ''; | |||
} | } | |||
@Component({ | @Component({template: `<mat-form-field><input matInput [type]="t"></mat-form-fie | |||
template: `<mat-form-field><input matInput type="file"></mat-form-field>` | ld>`}) | |||
}) | class MatInputInvalidTypeTestController { | |||
class MatInputInvalidTypeTestController {} | t = 'file'; | |||
} | ||||
@Component({ | @Component({ | |||
template: ` | template: ` | |||
<mat-form-field> | <mat-form-field> | |||
<input matInput placeholder="Hello"> | <input matInput placeholder="Hello"> | |||
<mat-placeholder>World</mat-placeholder> | <mat-placeholder>World</mat-placeholder> | |||
</mat-form-field>` | </mat-form-field>` | |||
}) | }) | |||
class MatInputInvalidPlaceholderTestController {} | class MatInputInvalidPlaceholderTestController {} | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 5 lines changed or added |