UNPKG

angular-feather

Version:

Feather Icons components library for your Angular Applications

15 lines (14 loc) 636 B
import { ModuleWithProviders } from '@angular/core'; import { Icons } from './icons.provider'; import * as i0 from "@angular/core"; import * as i1 from "./feather.component"; export declare class FeatherModule { private icons; constructor(icons: Icons); static pick(icons: { [key: string]: string; }): ModuleWithProviders<FeatherModule>; static ɵfac: i0.ɵɵFactoryDeclaration<FeatherModule, [{ optional: true; }]>; static ɵmod: i0.ɵɵNgModuleDeclaration<FeatherModule, [typeof i1.FeatherComponent], never, [typeof i1.FeatherComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<FeatherModule>; }