UNPKG

@alfresco/adf-content-services

Version:
11 lines (10 loc) 530 B
import { AuthenticationService, BasicAlfrescoAuthService } from '@alfresco/adf-core'; import * as i0 from "@angular/core"; export declare class ContentAuthLoaderService { private readonly basicAlfrescoAuthService; private readonly authService; constructor(basicAlfrescoAuthService: BasicAlfrescoAuthService, authService: AuthenticationService); init(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ContentAuthLoaderService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ContentAuthLoaderService>; }