Angular 7 - Flag Icon CSS
In this article, we'll see how to setup Flag Icon CSS in Angular 7.
Last updated
Was this helpful?
In this article, we'll see how to setup Flag Icon CSS in Angular 7.
Last updated
Was this helpful?
Was this helpful?
sudo npm i -g @angular/cli@next
ng new angular7app
cd angular7app npm install flag-icon-css --save "styles": [
"node_modules/flag-icon-css/css/flag-icon.min.css",
"styles.css",
],<span class="flag-icon flag-icon-gr"></span>ng serve -o