#1370 Removed deprecated AlfrescoAuthenticationService

This commit is contained in:
mauriziovitale84
2017-01-04 14:30:01 +00:00
parent 58af422d62
commit 896c57fa53
25 changed files with 56 additions and 56 deletions

View File

@@ -21,7 +21,7 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { UserInfoComponentModule } from 'ng2-alfresco-userinfo';
import { CoreModule } from 'ng2-alfresco-core';
import { LoginModule } from 'ng2-alfresco-login';
import { AlfrescoAuthenticationService, SettingsService } from 'ng2-alfresco-core';
import { AuthService, SettingsService } from 'ng2-alfresco-core';
@Component({
selector: 'alfresco-app-demo',
@@ -92,7 +92,7 @@ class UserInfoDemo implements OnInit {
public disableCsrf: boolean = false;
constructor(private authService: AlfrescoAuthenticationService,
constructor(private authService: AuthService,
private settingsService: SettingsService) {
settingsService.ecmHost = this.ecmHost;
settingsService.bpmHost = this.bpmHost;