highlight.module.d.ts 386 B

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