“Adicione a fonte incrível ao angular” Respostas de código

ng add font incrível

ng add @fortawesome/angular-fontawesome
Excited Eel

Adicione a fonte incrível ao angular

<!--In the index.html-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
MitchAloha

Como usar os ícones baixados do Fontawsoem em Angula

"apps": [
    {
      "root": "src",
      "outDir": "dist",
      ....
      "styles": [
          "styles.css",
          "../node_modules/bootstrap/dist/css/bootstrap.css",
          "../node_modules/font-awesome/css/font-awesome.css" // -here webpack will automatically build a link css element out of this!?
      ],
      ...
  }
  ]
],
Dark Dolphin

Respostas semelhantes a “Adicione a fonte incrível ao angular”

Perguntas semelhantes a “Adicione a fonte incrível ao angular”

Mais respostas relacionadas para “Adicione a fonte incrível ao angular” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código