[ACA-2704] move Locked By to aca-shared library (#1322)

* move component to aca-shared

* use aca-shared import

* update e2e

* fix selector prefix

* remove

* move node utils to aca-shared

* update reference

* fix lint

* fix linting
This commit is contained in:
Cilibiu Bogdan
2020-01-28 09:00:48 +02:00
committed by Denys Vuika
parent 4c7a95c7e6
commit 5102f7d64d
11 changed files with 58 additions and 13 deletions

View File

@@ -28,6 +28,8 @@ export * from './lib/components/page-layout/page-layout-error.component';
export * from './lib/components/page-layout/page-layout-header.component';
export * from './lib/components/page-layout/page-layout.component';
export * from './lib/components/page-layout/page-layout.module';
export * from './lib/components/locked-by/locked-by.component';
export * from './lib/components/locked-by/locked-by.module';
export * from './lib/routing/app.routes.strategy';
export * from './lib/routing/shared.guard';
@@ -42,4 +44,6 @@ export * from './lib/components/generic-error/generic-error.module';
export * from './lib/directives/contextmenu/contextmenu.directive';
export * from './lib/directives/contextmenu/contextmenu.module';
export * from './lib/utils/node.utils';
export * from './lib/shared.module';