@alauda-fe/common
Version:
Alauda frontend team common codes.
15 lines (14 loc) • 864 B
TypeScript
import { ErrorStateComponent } from './error-page/component';
import { PageStateComponent } from './page-state/component';
import * as i0 from "@angular/core";
import * as i1 from "./page-state/component";
import * as i2 from "./error-page/component";
export declare const ASYNC_DATA_MODULE: readonly [typeof PageStateComponent, typeof ErrorStateComponent, typeof ErrorStateComponent];
/**
* @deprecated use `ASYNC_DATA_MODULE`
*/
export declare class AsyncDataModule {
static ɵfac: i0.ɵɵFactoryDeclaration<AsyncDataModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<AsyncDataModule, never, [typeof i1.PageStateComponent, typeof i2.ErrorStateComponent, typeof i2.ErrorStateComponent], [typeof i1.PageStateComponent, typeof i2.ErrorStateComponent, typeof i2.ErrorStateComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<AsyncDataModule>;
}