mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
feat: replace api usage for ContentCustomApi
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
import { NgModule } from '@angular/core';
|
||||
import { ActivitiClientModule } from './activiti/activiti-client.module';
|
||||
import { ContentCustomClientModule } from './content-custom/content-custom-client.module';
|
||||
import { DiscoveryClientModule } from './discovery/discovery-client.module';
|
||||
import { SearchClientModule } from './search/search-client.module';
|
||||
|
||||
@@ -24,7 +25,8 @@ import { SearchClientModule } from './search/search-client.module';
|
||||
imports: [
|
||||
ActivitiClientModule,
|
||||
DiscoveryClientModule,
|
||||
SearchClientModule
|
||||
SearchClientModule,
|
||||
ContentCustomClientModule
|
||||
]
|
||||
})
|
||||
export class AlfrescoJsClientsModule { }
|
||||
|
Reference in New Issue
Block a user