Questions tagged [angular-fontawesome]

Questions about @fortawesome/angular-fontawesome library to support FontAwesome 5 in Angular applications.

Source code and examples for @fortawesome/angular-fontawesome library can be found on GitHub here.

70 questions
0
votes
2 answers

How can I use a font awesome brand icon in an angular component?

I am trying to use a Font Awesome Brand Icon in my Angular 10 application. I have installed fontawesome and attempted to import it by using: import { faDiscord } from '@fortawesome/fontawesome-free-brands'; in my component. I have then assigned…
0
votes
1 answer

How to use ngClass with fa-icon element using fort-awesome

I'm using Fort Awesome library to insert icons in my Angular 7 project. Set up is correct because I'm able to see icons on my web pages. Question is how do I use these icons with ngClass in order to change them dynamically in response to the value…
coder101
  • 383
  • 4
  • 21
0
votes
1 answer

Angular Font Awesome in google.maps.InfoWindow

Display Font Awesome 5 icon in Google Maps Info Window (API) FA5 works as expected in my Angular application when used in the html templates. But when using the google.maps.InfoWindow we're outside Angular, and I'm not able to use e.g
0
votes
0 answers

How to add Font Awesome icon to my Angular app

I am trying to add a certain Font Awesome icon to my Angular app, but it is not working. I followed these steps: Run npm install --save font-awesome angular-font-awesome Update app.module: import { AngularFontAwesomeModule } from…
user9847788
  • 2,135
  • 5
  • 31
  • 79
0
votes
1 answer

Upgrading from font awesome 4 to pro 5 with angular ..icons not showing up

I was trying to upgrade from font awesome 4 to 5 . I was following this link I removed the font awesome 4 package : npm uninstall font-awesome and then added a npmrc file containing this code in the root of my project as described in their…
0
votes
1 answer

How to access fontawesome icon via components in angular6

I fount Nested sidenav with icon's stackbiltz here Nested sidenav Here they used mat-icon to display icon display in sidenav menu, For my project most of icon not available in mat-icon, so i planned to use font-awesome icon. I need help to access…
SaranViji
  • 383
  • 2
  • 6
  • 17
0
votes
1 answer

JHipster 5.2.0, error with angular-fontawesome

Recently i have upgraded jhipster to 5.2.0, when i am trying to create a new project, i have an error when i am trying to run npm install error 401 Unauthorized: @fortawesome/fontawesome-svg-core@1.2.2 And my dependencies are "dependencies": { …
0
votes
2 answers

How can to implement FontAwesome v5 icons in D3js v4 and Angular 4

Stack FontAwesome v5 D3js v4 Angular 4 Scenario I have a hierarchy tree with nodes that have option bubbles appended to it (think of it as Mickey Mouse balloon where the face is the node and the appended nodes are the ears). I would like those…
-1
votes
2 answers

Adding font awesome to my angular input field

I would like to add a font awesome icon to my input field without having to use a link tag since I've already had it installed as a dependency in my angular app
Bukoye
  • 61
  • 1
  • 8
-2
votes
1 answer

Angular - How to improve lighthouse performance score

I have a very basic app with angular and firestore. Upon checking the performance in lighthouse of the app, it states Minimize Critical Requests Depth This is primarily on the angular bundle files. Is there a solution to solving this particular…
Que
  • 957
  • 2
  • 14
  • 35
1 2 3 4
5