avatar.module.d.ts 496 B

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