@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
13 lines (12 loc) • 834 B
TypeScript
import { UserListService } from '../../user/services/user-list.service';
import { SnackBarService } from '../../snack-bar/services/snack-bar.service';
import { TranslateService } from '@ngx-translate/core';
import { LoggerService } from '../../logger/services/logger.service';
import { ImpersonationUserResourceService } from './impersonation-user-resource.service';
import * as i0 from "@angular/core";
export declare class ImpersonationUserListService extends UserListService {
protected _logService: LoggerService;
constructor(_resources: ImpersonationUserResourceService, _logService: LoggerService, _snackbar: SnackBarService, _translate: TranslateService);
static ɵfac: i0.ɵɵFactoryDeclaration<ImpersonationUserListService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ImpersonationUserListService>;
}