@alauda-fe/common
Version:
Alauda frontend team common codes.
15 lines (14 loc) • 1.23 kB
TypeScript
import { PageGuardComponent } from './component/component';
import { PageGuardContentDirective, PageGuardDescriptionDirective, PageGuardOperationDirective, PageGuardImageDirective } from './component/helper-directives';
import * as i0 from "@angular/core";
import * as i1 from "./component/component";
import * as i2 from "./component/helper-directives";
export declare const PAGE_GUARD_MODULE: readonly [typeof PageGuardComponent, typeof PageGuardContentDirective, typeof PageGuardDescriptionDirective, typeof PageGuardOperationDirective, typeof PageGuardImageDirective];
/**
* @deprecated use `PAGE_GUARD_MODULE`
*/
export declare class PageGuardModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PageGuardModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PageGuardModule, never, [typeof i1.PageGuardComponent, typeof i2.PageGuardContentDirective, typeof i2.PageGuardDescriptionDirective, typeof i2.PageGuardOperationDirective, typeof i2.PageGuardImageDirective], [typeof i1.PageGuardComponent, typeof i2.PageGuardContentDirective, typeof i2.PageGuardDescriptionDirective, typeof i2.PageGuardOperationDirective, typeof i2.PageGuardImageDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PageGuardModule>;
}