Extract all the content

This commit is contained in:
Pablo Martinez Garcia
2021-09-14 09:41:41 +02:00
parent d2910ab078
commit 970806fb20
28 changed files with 1363 additions and 682 deletions

View File

@@ -29,7 +29,9 @@ import {
DebugAppConfigService,
CoreModule,
CoreAutomationService,
AuthBearerInterceptor
AuthBearerInterceptor,
registerContentServiceProvider,
AcsContentService
} from '@alfresco/adf-core';
import { ExtensionsModule } from '@alfresco/adf-extensions';
import { AppComponent } from './app.component';
@@ -236,7 +238,8 @@ registerLocaleData(localeSv);
useFactory: setupAppNotifications,
deps: [AppNotificationsService],
multi: true
}
},
registerContentServiceProvider(AcsContentService, true)
],
bootstrap: [AppComponent]
})