mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4857] Be able to run ng build content-service (#5183)
* Be able to build conten with ng build content-service * fix tslint * The translate module is necessary * Rollback the build commands * Rollback * Remove wrong imports * Trigger the build
This commit is contained in:
committed by
Denys Vuika
parent
9fa1db063a
commit
6331979baa
@@ -15,22 +15,4 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './directives/index';
|
||||
export * from './social/index';
|
||||
export * from './tag/index';
|
||||
export * from './webscript/index';
|
||||
export * from './document-list/index';
|
||||
export * from './upload/index';
|
||||
export * from './search/index';
|
||||
export * from './site-dropdown/index';
|
||||
export * from './breadcrumb/index';
|
||||
export * from './version-manager/index';
|
||||
export * from './content-node-selector/index';
|
||||
export * from './dialogs/index';
|
||||
export * from './folder-directive/index';
|
||||
export * from './content-metadata/index';
|
||||
export * from './permission-manager/index';
|
||||
export * from './content-node-share/index';
|
||||
export * from './tree-view/index';
|
||||
|
||||
export * from './content.module';
|
||||
export * from './src/public-api';
|
||||
|
Reference in New Issue
Block a user