fix type definition (#2002)

This commit is contained in:
Eugenio Romano
2017-06-22 13:18:10 +02:00
committed by Eugenio Romano
parent 56179c2e88
commit beba80d8e8
50 changed files with 35356 additions and 143 deletions

View File

@@ -41,7 +41,7 @@ describe('AdfCardView', () => {
});
it('should render the label and value', async(() => {
component.properties = [new CardViewModel({label: 'My label', value: 'My value'});
component.properties = [new CardViewModel({label: 'My label', value: 'My value'})];
fixture.detectChanges();
fixture.whenStable().then(() => {
fixture.detectChanges();