ng-zorro-antd
Version:
An enterprise-class UI components based on Ant Design and Angular
14 lines (13 loc) • 889 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./checkbox.component";
import * as i2 from "./checkbox-group.component";
import * as i3 from "./checkbox-wrapper.component";
import * as i4 from "@angular/cdk/bidi";
import * as i5 from "@angular/common";
import * as i6 from "@angular/forms";
import * as i7 from "@angular/cdk/a11y";
export declare class NzCheckboxModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NzCheckboxModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NzCheckboxModule, [typeof i1.NzCheckboxComponent, typeof i2.NzCheckboxGroupComponent, typeof i3.NzCheckboxWrapperComponent], [typeof i4.BidiModule, typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.A11yModule], [typeof i1.NzCheckboxComponent, typeof i2.NzCheckboxGroupComponent, typeof i3.NzCheckboxWrapperComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NzCheckboxModule>;
}