[ADF-587] upgrade components to angular 4 (#1866)

[ADF-587]  upgrade components to angular 4
This commit is contained in:
Denys Vuika
2017-05-09 09:45:11 +01:00
committed by Eugenio Romano
parent 5ba1202292
commit e29741d18d
48 changed files with 297 additions and 270 deletions

View File

@@ -255,7 +255,7 @@ describe('AlfrescoSearchComponent', () => {
done();
});
component.ngOnChanges({searchTerm: new SimpleChange('', 'searchTerm2')});
component.ngOnChanges({searchTerm: new SimpleChange('', 'searchTerm2', true)});
});
});