[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

@@ -23,7 +23,9 @@ import { getTestBed, TestBed, async } from '@angular/core/testing';
import { Injector } from '@angular/core';
export class MockElementRef extends ElementRef {
constructor() {
super(null);
}
}
describe('ExtensionViewerComponent', () => {