switch.module.d.ts 380 B

1234567
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./switch.component";
  3. export declare class NzSwitchModule {
  4. static ɵfac: i0.ɵɵFactoryDeclaration<NzSwitchModule, never>;
  5. static ɵmod: i0.ɵɵNgModuleDeclaration<NzSwitchModule, never, [typeof i1.NzSwitchComponent], [typeof i1.NzSwitchComponent]>;
  6. static ɵinj: i0.ɵɵInjectorDeclaration<NzSwitchModule>;
  7. }