UNPKG

676 BTypeScriptView Raw
1import * as i0 from "@angular/core";
2import * as i1 from "./list.component";
3import * as i2 from "./list-page-tracker.directive";
4import * as i3 from "./infinite-list.directive";
5export declare class NbListModule {
6 static ɵfac: i0.ɵɵFactoryDeclaration<NbListModule, never>;
7 static ɵmod: i0.ɵɵNgModuleDeclaration<NbListModule, [typeof i1.NbListComponent, typeof i1.NbListItemComponent, typeof i2.NbListPageTrackerDirective, typeof i3.NbInfiniteListDirective], never, [typeof i1.NbListComponent, typeof i1.NbListItemComponent, typeof i2.NbListPageTrackerDirective, typeof i3.NbInfiniteListDirective]>;
8 static ɵinj: i0.ɵɵInjectorDeclaration<NbListModule>;
9}