Fix tslint errors (#2097)

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

View File

@@ -51,7 +51,7 @@ describe('CardViewTextItemComponent', () => {
beforeEach(() => {
fixture = TestBed.createComponent(CardViewTextItemComponent);
component = fixture.componentInstance;
component.property = <CardViewTextItemModel>{
component.property = <CardViewTextItemModel> {
type: 'text',
label: 'Text label',
value: 'Lorem ipsum',