mention.module.d.ts 627 B

123456789
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./mention.component";
  3. import * as i2 from "./mention-trigger";
  4. import * as i3 from "./mention-suggestions";
  5. export declare class NzMentionModule {
  6. static ɵfac: i0.ɵɵFactoryDeclaration<NzMentionModule, never>;
  7. static ɵmod: i0.ɵɵNgModuleDeclaration<NzMentionModule, never, [typeof i1.NzMentionComponent, typeof i2.NzMentionTriggerDirective, typeof i3.NzMentionSuggestionDirective], [typeof i1.NzMentionComponent, typeof i2.NzMentionTriggerDirective, typeof i3.NzMentionSuggestionDirective]>;
  8. static ɵinj: i0.ɵɵInjectorDeclaration<NzMentionModule>;
  9. }