jsim-lazy-expandable
Version:
Light weight and easy to use expansion panel with lazy loaded content.
10 lines (9 loc) • 604 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./lazy-expandable.component";
import * as i2 from "./lazy-content.directive";
import * as i3 from "@angular/common";
export declare class LazyExpandableModule {
static ɵfac: i0.ɵɵFactoryDeclaration<LazyExpandableModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<LazyExpandableModule, [typeof i1.LazyExpandableComponent, typeof i2.LazyContentDirective], [typeof i3.CommonModule], [typeof i1.LazyExpandableComponent, typeof i2.LazyContentDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<LazyExpandableModule>;
}