UNPKG

@netgrif/components

Version:

Netgrif Application Engine frontend Angular components

14 lines (13 loc) 750 B
import { AbstractTabCreationDetectorComponent } from '@netgrif/components-core'; import * as i0 from "@angular/core"; /** * @ignore * Class that detects tab content creation and then initializes then calls the provided `initializeTab` function. * It is necessary if the tab content is lazy loaded, because the * ComponentPortal's outlet must be initialized before the Portal itself is created. */ export declare class TabCreationDetectorComponent extends AbstractTabCreationDetectorComponent { constructor(); static ɵfac: i0.ɵɵFactoryDeclaration<TabCreationDetectorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TabCreationDetectorComponent, "nc-tab-creation-detector", never, {}, {}, never, never, false, never>; }