ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
12 lines (11 loc) • 1.03 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./result.component";
import * as i2 from "./result-cells";
import * as i3 from "./partial/not-found";
import * as i4 from "./partial/server-error.component";
import * as i5 from "./partial/unauthorized";
export declare class NzResultModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzResultModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzResultModule, never, [typeof i1.NzResultComponent, typeof i2.NzResultContentDirective, typeof i2.NzResultExtraDirective, typeof i2.NzResultIconDirective, typeof i2.NzResultSubtitleDirective, typeof i2.NzResultTitleDirective, typeof i3.NzResultNotFoundComponent, typeof i4.NzResultServerErrorComponent, typeof i5.NzResultUnauthorizedComponent], [typeof i1.NzResultComponent, typeof i2.NzResultContentDirective, typeof i2.NzResultExtraDirective, typeof i2.NzResultIconDirective, typeof i2.NzResultSubtitleDirective, typeof i2.NzResultTitleDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzResultModule>;
}