@christophhu/ngx-icons
v1.0.0
Published
Create Angular icons.
Downloads
1
Readme
Icons
Use
Import the IconsModule in the app.module.ts.
@NgModule({
imports: [
IconsModule,
...
]
...
})
The icons-Tag has a property name.
<div class="w-12 h-12 mb-5 border border-gray-800 rounded">
<icons class="stroke-1 stroke-current" name="2fa"></icons>
</div>