UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 389 B
import { InjectionToken } from '@angular/core'; import { AsyncRenderingConfiguration } from './async-rendering-configuration'; /** * Holds configuration of the task content async rendering properties. * * The value represents the number of elements rendered in one rendering cycle */ export declare const NAE_ASYNC_RENDERING_CONFIGURATION: InjectionToken<AsyncRenderingConfiguration>;