@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
10 lines (9 loc) • 617 B
TypeScript
import { AbstractRoleAssignmentComponent, RoleAssignmentService, UserService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class RoleAssignmentComponent extends AbstractRoleAssignmentComponent {
protected _service: RoleAssignmentService;
protected _userService: UserService;
constructor(_service: RoleAssignmentService, _userService: UserService);
static ɵfac: i0.ɵɵFactoryDeclaration<RoleAssignmentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RoleAssignmentComponent, "nc-role-assignment", never, {}, {}, never, never, false, never>;
}