coersystem
Version:
Library for Angular projects
18 lines (17 loc) • 1.06 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./coer-system/coer-system.component";
import * as i2 from "./coer-system/login/login.component";
import * as i3 from "./coer-menu/coer-menu.component";
import * as i4 from "./home/home.component";
import * as i5 from "@angular/common";
import * as i6 from "@angular/router";
import * as i7 from "@angular/forms";
import * as i8 from "coersystem/components";
import * as i9 from "coersystem/directives";
import * as i10 from "coersystem/tools";
export declare const ROUTES: any;
export declare class PagesModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PagesModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PagesModule, [typeof i1.COERSystem, typeof i2.LoginPage, typeof i3.CoerMenuPage, typeof i4.HomePage], [typeof i5.CommonModule, typeof i6.RouterModule, typeof i7.FormsModule, typeof i8.ComponentsModule, typeof i9.DirectivesModule, typeof i10.CoerAlert], [typeof i1.COERSystem, typeof i3.CoerMenuPage, typeof i4.HomePage]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PagesModule>;
}