Fix tslint errors (#2097)

This commit is contained in:
Maurizio Vitale
2017-07-18 15:12:16 +01:00
committed by Eugenio Romano
parent 9888223bec
commit 0c457d6988
14 changed files with 33 additions and 32 deletions

View File

@@ -46,7 +46,7 @@ describe('CardViewDateItemComponent', () => {
beforeEach(() => {
fixture = TestBed.createComponent(CardViewDateItemComponent);
component = fixture.componentInstance;
component.property = <CardViewDateItemModel>{
component.property = <CardViewDateItemModel> {
type: 'date',
label: 'Date label',
value: new Date('07/10/2017'),