[ACA-1455] universal Viewer @effect (#412)

* viewer @effect

* universal preview effect

* remove router where not needed

* update tests

* update tests
This commit is contained in:
Denys Vuika
2018-06-14 14:10:31 +01:00
committed by Cilibiu Bogdan
parent d1e5353d7a
commit f8fe664f1f
22 changed files with 123 additions and 194 deletions

View File

@@ -40,9 +40,9 @@ export class LibrariesComponent extends PageComponent {
constructor(private nodesApi: NodesApiService,
route: ActivatedRoute,
store: Store<AppStore>,
router: Router,
private router: Router,
preferences: UserPreferencesService) {
super(preferences, router, route, store);
super(preferences, route, store);
}
makeLibraryTooltip(library: any): string {