anchor.module.d.ts 493 B

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