@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
9 lines (8 loc) • 619 B
TypeScript
import { AbstractLdapGroupRoleAssignmentComponent, RoleAssignmentLdapGroupService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
export declare class LdapGroupRoleAssignmentComponent extends AbstractLdapGroupRoleAssignmentComponent {
protected _service: RoleAssignmentLdapGroupService;
constructor(_service: RoleAssignmentLdapGroupService);
static ɵfac: i0.ɵɵFactoryDeclaration<LdapGroupRoleAssignmentComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<LdapGroupRoleAssignmentComponent, "nc-ldap-group-role-assignment", never, {}, {}, never, never, false, never>;
}