“Bootstrap -Symbole in Angular” Code-Antworten

Bootstrap -Symbole in Angular

$ npm i bootstrap-icons --save

Then add this line to your styles.css file:
@import "~bootstrap-icons/font/bootstrap-icons.css";
Nickton

Wie man Fas -Ikonen in Angualr bekommt

import { library } from '@fortawesome/fontawesome-svg-core';
import { fas } from '@fortawesome/free-solid-svg-icons';
import { far } from '@fortawesome/free-regular-svg-icons';
library.add(fas, far);
Misty Manatee

Ähnliche Antworten wie “Bootstrap -Symbole in Angular”

Fragen ähnlich wie “Bootstrap -Symbole in Angular”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen