icon.module.d.ts 437 B

12345678910
  1. import * as i0 from "@angular/core";
  2. import * as i1 from "./icon.directive";
  3. /**
  4. * @deprecated Please use `IconDirective` instead, will be removed in v20.
  5. */
  6. export declare class IconModule {
  7. static ɵfac: i0.ɵɵFactoryDeclaration<IconModule, never>;
  8. static ɵmod: i0.ɵɵNgModuleDeclaration<IconModule, never, [typeof i1.IconDirective], [typeof i1.IconDirective]>;
  9. static ɵinj: i0.ɵɵInjectorDeclaration<IconModule>;
  10. }