mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-578] Remember me functionality (#1962)
* Remember me functionality * Happy pack to ng2-components' package.json * Build fix
This commit is contained in:
committed by
Eugenio Romano
parent
75778ab968
commit
fb4af7f846
@@ -29,8 +29,10 @@ import {
|
||||
AlfrescoTranslationService,
|
||||
CoreModule,
|
||||
StorageService,
|
||||
CookieService,
|
||||
LogService
|
||||
} from 'ng2-alfresco-core';
|
||||
import { CookieServiceMock } from './../../../ng2-alfresco-core/src/assets/cookie.service.mock';
|
||||
import { DocumentListModule } from 'ng2-alfresco-documentlist';
|
||||
|
||||
describe('AlfrescoSearchComponent', () => {
|
||||
@@ -148,6 +150,7 @@ describe('AlfrescoSearchComponent', () => {
|
||||
AlfrescoSettingsService,
|
||||
AlfrescoApiService,
|
||||
StorageService,
|
||||
{ provide: CookieService, useClass: CookieServiceMock },
|
||||
LogService,
|
||||
{provide: ActivatedRoute, useValue: {params: Observable.from([{}])}}
|
||||
]);
|
||||
|
Reference in New Issue
Block a user