badge.module.d.ts 473 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./badge.component";
  3. import * as i2 from "./ribbon.component";
  4. export declare class NzBadgeModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzBadgeModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzBadgeModule, never, [typeof i1.NzBadgeComponent, typeof i2.NzRibbonComponent], [typeof i1.NzBadgeComponent, typeof i2.NzRibbonComponent]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzBadgeModule>;
  8. }