comment.module.d.ts 724 B

12345678
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./comment.component";
  3. import * as i2 from "./comment-cells";
  4. export declare class NzCommentModule {
  5. static ɵfac: i0.ɵɵFactoryDeclaration<NzCommentModule, never>;
  6. static ɵmod: i0.ɵɵNgModuleDeclaration<NzCommentModule, never, [typeof i1.NzCommentComponent, typeof i2.NzCommentAvatarDirective, typeof i2.NzCommentContentDirective, typeof i2.NzCommentActionComponent, typeof i2.NzCommentActionHostDirective], [typeof i1.NzCommentComponent, typeof i2.NzCommentAvatarDirective, typeof i2.NzCommentContentDirective, typeof i2.NzCommentActionComponent, typeof i2.NzCommentActionHostDirective]>;
  7. static ɵinj: i0.ɵɵInjectorDeclaration<NzCommentModule>;
  8. }