@netgrif/components-core
Version:
Netgrif Application engine frontend core Angular library
8 lines (7 loc) • 398 B
TypeScript
import { InjectionToken } from '@angular/core';
import { NewCaseConfiguration } from './new-case-configuration';
/**
* Can be used to provide case views with configuration of the {@link CaseViewService#createNewCase}[createNewCase()] method without
* having to extend the service and override the method.
*/
export declare const NAE_NEW_CASE_CONFIGURATION: InjectionToken<NewCaseConfiguration>;