mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-11496] Move 'content-plugin' to projects folder as 'aca-content' (#2817)
* [AAE-11496] Move content-plugin to projects * Fix unit test
This commit is contained in:
9
projects/aca-content/src/public-api.ts
Normal file
9
projects/aca-content/src/public-api.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/*
|
||||
* Public API Surface of aca-content
|
||||
*/
|
||||
|
||||
export * from './lib/aca-content.module';
|
||||
export * from './lib/aca-content.routes';
|
||||
export * from './lib/extensions/core.extensions.module';
|
||||
export * from './lib/store/initial-state';
|
||||
export * from './lib/services/content-url.service';
|
Reference in New Issue
Block a user