mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Upgrade ng2-alfresco-viewer
This commit is contained in:
@@ -29,6 +29,7 @@ import { DocumentListModule } from 'ng2-alfresco-documentlist';
|
||||
import { UploadModule } from 'ng2-alfresco-upload';
|
||||
import { TagModule } from 'ng2-alfresco-tag';
|
||||
import { WebScriptModule } from 'ng2-alfresco-webscript';
|
||||
import { ViewerModule } from 'ng2-alfresco-viewer';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import { routing } from './app.routes';
|
||||
@@ -36,7 +37,6 @@ import { routing } from './app.routes';
|
||||
import { ALFRESCO_TASKLIST_DIRECTIVES } from 'ng2-activiti-tasklist';
|
||||
import { ACTIVITI_PROCESSLIST_DIRECTIVES } from 'ng2-activiti-processlist';
|
||||
import { ActivitiForm, ATIVITI_FORM_PROVIDERS } from 'ng2-activiti-form';
|
||||
import { VIEWERCOMPONENT } from 'ng2-alfresco-viewer';
|
||||
|
||||
import { AlfrescoTranslationLoader } from 'ng2-alfresco-core';
|
||||
import { Http } from '@angular/http';
|
||||
@@ -114,7 +114,8 @@ const ACTIVITI_FORM_DIRECTIVES: any[] = [
|
||||
DocumentListModule.forRoot(),
|
||||
UploadModule.forRoot(),
|
||||
TagModule.forRoot(),
|
||||
WebScriptModule
|
||||
WebScriptModule,
|
||||
ViewerModule.forRoot()
|
||||
],
|
||||
declarations: [
|
||||
AppComponent,
|
||||
@@ -122,7 +123,6 @@ const ACTIVITI_FORM_DIRECTIVES: any[] = [
|
||||
...ALFRESCO_TASKLIST_DIRECTIVES,
|
||||
...ACTIVITI_PROCESSLIST_DIRECTIVES,
|
||||
...ACTIVITI_FORM_DIRECTIVES,
|
||||
...VIEWERCOMPONENT,
|
||||
|
||||
DataTableDemoComponent,
|
||||
SearchComponent,
|
||||
|
Reference in New Issue
Block a user