UNPKG

@covalent/core

Version:

Core Teradata UI Platform for layouts, icons, custom components and themes. This should be added as a dependency for any project that wants to use layouts, icons and themes for Angular Material.

9 lines (8 loc) 285 B
import * as i0 from "@angular/core"; export declare class IconService { private _icons; get icons(): string[]; filter(query: string): string[]; static ɵfac: i0.ɵɵFactoryDeclaration<IconService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<IconService>; }