mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
committed by
Denys Vuika
parent
4c7a95c7e6
commit
5102f7d64d
@@ -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';
|
||||
|
Reference in New Issue
Block a user