@docgeni/template
Version:
Docgeni - Angular Template Components
29 lines • 2.89 kB
TypeScript
import { ApplicationRef } from '@angular/core';
import { ComponentViewerComponent, ComponentEmptyComponent } from './component-viewer/component-viewer.component';
import { DocViewerComponent, DocViewerHomeComponent } from './doc-viewer/doc-viewer.component';
import { HomeComponent } from './home/home.component';
import { ChannelComponent } from './channel/channel.component';
import { ActualRootComponent, RootComponent } from './root/root.component';
import { ComponentOverviewComponent } from './component-viewer/overview/component-overview.component';
import { ComponentApiComponent } from './component-viewer/api/component-api.component';
import { ComponentExamplesComponent } from './component-viewer/examples/component-examples.component';
import * as i0 from "@angular/core";
import * as i1 from "./root/root.component";
import * as i2 from "./home/home.component";
import * as i3 from "./channel/channel.component";
import * as i4 from "./doc-viewer/doc-viewer.component";
import * as i5 from "./component-viewer/component-viewer.component";
import * as i6 from "./component-viewer/overview/component-overview.component";
import * as i7 from "./component-viewer/api/component-api.component";
import * as i8 from "./component-viewer/examples/component-examples.component";
import * as i9 from "./example/example.component";
import * as i10 from "../shared/shared.module";
export declare class DocgeniPagesModule {
appRef: ApplicationRef;
constructor(appRef: ApplicationRef);
static ɵfac: i0.ɵɵFactoryDeclaration<DocgeniPagesModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DocgeniPagesModule, [typeof i1.ActualRootComponent, typeof i1.RootComponent, typeof i2.HomeComponent, typeof i3.ChannelComponent, typeof i3.ChannelHomeComponent, typeof i4.DocViewerComponent, typeof i4.DocViewerHomeComponent, typeof i5.ComponentViewerComponent, typeof i6.ComponentOverviewComponent, typeof i7.ComponentApiComponent, typeof i8.ComponentExamplesComponent, typeof i5.ComponentEmptyComponent, typeof i9.ExampleIsolatedViewerComponent], [typeof i10.DocgeniSharedModule], [typeof i1.ActualRootComponent, typeof i1.RootComponent, typeof i2.HomeComponent, typeof i3.ChannelComponent, typeof i3.ChannelHomeComponent, typeof i4.DocViewerComponent, typeof i4.DocViewerHomeComponent, typeof i5.ComponentViewerComponent, typeof i6.ComponentOverviewComponent, typeof i7.ComponentApiComponent, typeof i8.ComponentExamplesComponent, typeof i5.ComponentEmptyComponent, typeof i9.ExampleIsolatedViewerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DocgeniPagesModule>;
}
export { ActualRootComponent, RootComponent, HomeComponent, ChannelComponent, DocViewerComponent, DocViewerHomeComponent, ComponentViewerComponent, ComponentOverviewComponent, ComponentApiComponent, ComponentExamplesComponent, ComponentEmptyComponent, };
//# sourceMappingURL=pages.module.d.ts.map