ionic-logging-viewer
Version:
Viewer component for logs written by ionic-logging-service
14 lines (13 loc) • 1.09 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./logging-viewer/logging-viewer.component";
import * as i2 from "./logging-viewer-search/logging-viewer-search.component";
import * as i3 from "./logging-viewer-levels/logging-viewer-levels.component";
import * as i4 from "./logging-viewer-modal/logging-viewer-modal.component";
import * as i5 from "@angular/common";
import * as i6 from "@angular/forms";
import * as i7 from "@ionic/angular";
export declare class LoggingViewerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<LoggingViewerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<LoggingViewerModule, [typeof i1.LoggingViewerComponent, typeof i2.LoggingViewerSearchComponent, typeof i3.LoggingViewerLevelsComponent, typeof i4.LoggingViewerModalComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.IonicModule], [typeof i1.LoggingViewerComponent, typeof i2.LoggingViewerSearchComponent, typeof i3.LoggingViewerLevelsComponent, typeof i4.LoggingViewerModalComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<LoggingViewerModule>;
}