mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#1370 Removed deprecated AlfrescoAuthenticationService
This commit is contained in:
@@ -24,7 +24,7 @@ import { SearchModule } from 'ng2-alfresco-search';
|
||||
|
||||
import {
|
||||
SettingsService,
|
||||
AlfrescoAuthenticationService,
|
||||
AuthService,
|
||||
AlfrescoTranslationService
|
||||
} from 'ng2-alfresco-core';
|
||||
|
||||
@@ -57,7 +57,7 @@ class SearchDemo implements OnInit {
|
||||
|
||||
ticket: string;
|
||||
|
||||
constructor(private authService: AlfrescoAuthenticationService,
|
||||
constructor(private authService: AuthService,
|
||||
private settingsService: SettingsService,
|
||||
translation: AlfrescoTranslationService) {
|
||||
|
||||
|
Reference in New Issue
Block a user