UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

4 lines (3 loc) 210 B
import { InjectionToken } from '@angular/core'; import { TaskContentServiceType } from './task-content-service-type'; export declare const NAE_TASK_CONTENT_SERVICE_TYPE: InjectionToken<TaskContentServiceType>;