https://github.com/manthanank/ng-icons
Ng Icons
https://github.com/manthanank/ng-icons
angular icons ng-icons
Last synced: about 1 month ago
JSON representation
Ng Icons
- Host: GitHub
- URL: https://github.com/manthanank/ng-icons
- Owner: manthanank
- Created: 2024-12-26T06:06:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-09T13:17:40.000Z (over 1 year ago)
- Last Synced: 2025-07-30T07:28:41.345Z (11 months ago)
- Topics: angular, icons, ng-icons
- Language: TypeScript
- Homepage:
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgIcons
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.0.




## Installation
```bash
npm install @manthanankolekar/ng-icons
```
## Usage
Import
```typescript
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
```html
```
## Demo
[Stackblitz](https://stackblitz.com/edit/ng-icons-example)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.