0.0.2 • Published 10 months ago
@manthanankolekar/ng-icons v0.0.2
NgIcons
This project was generated using Angular CLI version 19.0.0.
Installation
npm install @manthanankolekar/ng-iconsUsage
Import
import { Component } from '@angular/core';
import { NgIconsComponent } from '@manthanankolekar/ng-icons';
@Component({
selector: 'app-root',
imports: [
NgIconsComponent
],
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'ng-icons';
}Use
<ng-icons name="home" [size]="32" color="blue"></ng-icons>Demo
License
This project is licensed under the MIT License - see the LICENSE.md file for details.