mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Migrate from window.console to LogService
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
import { ReflectiveInjector } from '@angular/core';
|
||||
import { AlfrescoThumbnailService } from './alfresco-thumbnail.service';
|
||||
import { AlfrescoApiService, AuthService, ContentService, SettingsService, StorageService } from 'ng2-alfresco-core';
|
||||
import { AlfrescoApiService, AuthService, ContentService, SettingsService, StorageService, LogService } from 'ng2-alfresco-core';
|
||||
|
||||
describe('AlfrescoThumbnailService', () => {
|
||||
|
||||
@@ -31,7 +31,8 @@ describe('AlfrescoThumbnailService', () => {
|
||||
ContentService,
|
||||
SettingsService,
|
||||
AlfrescoThumbnailService,
|
||||
StorageService
|
||||
StorageService,
|
||||
LogService
|
||||
]);
|
||||
|
||||
service = injector.get(AlfrescoThumbnailService);
|
||||
|
Reference in New Issue
Block a user