UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 258 B
import { InjectionToken } from '@angular/core'; import { TaskEndpoint } from './task-endpoint'; /** * @deprecated in 5.3.0 - Use {@link NAE_TASK_VIEW_CONFIGURATION} instead */ export declare const NAE_PREFERRED_TASK_ENDPOINT: InjectionToken<TaskEndpoint>;