1.0.0 • Published 1 year ago
@christophhu/icons v1.0.0
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>
1.0.0
1 year ago