mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-08 14:51:32 +00:00
#967 internal demo for custom editors (demo shell)
This commit is contained in:
committed by
Mario Romano
parent
effedab739
commit
de4537f0e4
@@ -35,6 +35,7 @@ import { AnalyticsModule } from 'ng2-activiti-analytics';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import { routing } from './app.routes';
|
||||
import { CustomEditorsModule } from './components/activiti/custom-editor/custom-editor.component';
|
||||
|
||||
import {
|
||||
DataTableDemoComponent,
|
||||
@@ -68,7 +69,8 @@ import {
|
||||
ActivitiTaskListModule.forRoot(),
|
||||
ActivitiProcessListModule.forRoot(),
|
||||
UserInfoComponentModule.forRoot(),
|
||||
AnalyticsModule.forRoot()
|
||||
AnalyticsModule.forRoot(),
|
||||
CustomEditorsModule
|
||||
],
|
||||
declarations: [
|
||||
AppComponent,
|
||||
|
Reference in New Issue
Block a user