icon.module.d.ts 817 B

123456789101112131415
  1. /**
  2. * Use of this source code is governed by an MIT-style license that can be
  3. * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
  4. */
  5. import { ModuleWithProviders } from '@angular/core';
  6. import { IconDefinition } from '@ant-design/icons-angular';
  7. import * as i0 from "@angular/core";
  8. import * as i1 from "./icon.directive";
  9. export declare class NzIconModule {
  10. static forRoot(icons: IconDefinition[]): ModuleWithProviders<NzIconModule>;
  11. static forChild(icons: IconDefinition[]): ModuleWithProviders<NzIconModule>;
  12. static ɵfac: i0.ɵɵFactoryDeclaration<NzIconModule, never>;
  13. static ɵmod: i0.ɵɵNgModuleDeclaration<NzIconModule, never, [typeof i1.NzIconDirective], [typeof i1.NzIconDirective]>;
  14. static ɵinj: i0.ɵɵInjectorDeclaration<NzIconModule>;
  15. }