@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
13 lines (12 loc) • 996 B
TypeScript
import { InjectionToken } from '@angular/core';
import { ComponentType } from '@angular/cdk/portal';
export declare const NAE_USER_ASSIGN_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_MULTI_USER_ASSIGN_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_IMPORT_NET_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_NEW_CASE_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_OPTION_SELECTOR_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_SAVE_FILTER_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_LOAD_FILTER_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_USER_IMPERSONATE_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_ADMIN_IMPERSONATE_COMPONENT: InjectionToken<ComponentType<unknown>>;
export declare const NAE_TASK_VIEW_COMPONENT: InjectionToken<ComponentType<unknown>>;