UNPKG

google-icon

Version:

google-icon is google material icons, install easy and use super easy in your angular project.

8 lines (7 loc) 182 B
import { OnInit } from '@angular/core'; export declare class GoogleIconComponent implements OnInit { name: string; class?: string; constructor(); ngOnInit(): void; }