@netgrif/components
Version:
Netgrif Application Engine frontend Angular components
12 lines (11 loc) • 617 B
TypeScript
import { AbstractUserAssignListComponent, UserListService } from '@netgrif/components-core';
import * as i0 from "@angular/core";
/**
* Is responsible for displaying, filtering, loading and selecting users.
*/
export declare class UserAssignListComponent extends AbstractUserAssignListComponent {
protected _userListService: UserListService;
constructor(_userListService: UserListService);
static ɵfac: i0.ɵɵFactoryDeclaration<UserAssignListComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UserAssignListComponent, "nc-user-assign-list", never, {}, {}, never, never, false, never>;
}