Answers for "material angular icon"

1

material icons angular

<mat-icon class="mat-icon-rtl-mirror" svgIcon="thumb-up"></mat-icon>
Posted by: Guest on January-21-2021
0

how to use fa-icon in angular

import { BrowserModule } from '@angular/platform-browser';import { NgModule } from '@angular/core'; import { AppComponent } from './app.component';import { FontAwesomeModule } from '@fortawesome/angular-fontawesome'; @NgModule({  imports: [    BrowserModule,    FontAwesomeModule  ],  declarations: [AppComponent],  bootstrap: [AppComponent]})export class AppModule { }
Posted by: Guest on August-13-2020

Browse Popular Code Answers by Language