jsim-lazy-expandable
Version:
Light weight and easy to use expansion panel with lazy loaded content.
12 lines (11 loc) • 537 B
TypeScript
import { TemplateRef, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LazyContentDirective {
private templateRef;
private viewContainer;
viewLoaded: boolean;
constructor(templateRef: TemplateRef<any>, viewContainer: ViewContainerRef);
showContent(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<LazyContentDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LazyContentDirective, "ng-template[jsimLazyContent]", never, {}, {}, never>;
}