LogService implementation

This commit is contained in:
Denys Vuika
2017-01-05 16:14:33 +00:00
parent 560d1bcd7f
commit 2d98a04f87
4 changed files with 55 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ import {
AuthGuard,
AuthGuardEcm,
AuthGuardBpm,
LogService,
/** @deprecated */ AlfrescoSettingsService,
/** @deprecated */ AlfrescoTranslationService,
@@ -48,6 +49,7 @@ export * from './src/components/index';
export * from './src/utils/index';
export const ALFRESCO_CORE_PROVIDERS: any[] = [
LogService,
AuthService,
ContentService,
SettingsService,