mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
add AlfrescoApiService
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
import { it, inject, describe, expect, beforeEach, beforeEachProviders, afterEach } from '@angular/core/testing';
|
||||
import { AlfrescoAuthenticationService, AlfrescoSettingsService } from 'ng2-alfresco-core';
|
||||
import { AlfrescoAuthenticationService, AlfrescoSettingsService, AlfrescoApiService } from 'ng2-alfresco-core';
|
||||
import { NodeService } from './node.service';
|
||||
import { EcmModelService } from './ecm-model.service';
|
||||
import { HTTP_PROVIDERS } from '@angular/http';
|
||||
@@ -35,7 +35,8 @@ describe('EcmModelService', () => {
|
||||
AlfrescoSettingsService,
|
||||
NodeService,
|
||||
EcmModelService,
|
||||
HTTP_PROVIDERS
|
||||
HTTP_PROVIDERS,
|
||||
AlfrescoApiService
|
||||
];
|
||||
});
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
*/
|
||||
|
||||
import { it, inject, describe, expect, beforeEach, beforeEachProviders, afterEach } from '@angular/core/testing';
|
||||
import { AlfrescoAuthenticationService, AlfrescoSettingsService } from 'ng2-alfresco-core';
|
||||
import { AlfrescoAuthenticationService, AlfrescoSettingsService, AlfrescoApiService } from 'ng2-alfresco-core';
|
||||
import { NodeService } from './node.service';
|
||||
import { NodeMetadata } from '../models/node-metadata.model';
|
||||
import { EcmModelService } from './ecm-model.service';
|
||||
@@ -31,7 +31,8 @@ describe('NodeService', () => {
|
||||
return [
|
||||
AlfrescoAuthenticationService,
|
||||
AlfrescoSettingsService,
|
||||
NodeService
|
||||
NodeService,
|
||||
AlfrescoApiService
|
||||
];
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user