Angular 7 - Flag Icon CSS
In this article, we'll see how to setup Flag Icon CSS in Angular 7.
Last updated
In this article, we'll see how to setup Flag Icon CSS in Angular 7.
Last updated
🎬Video version: https://www.youtube.com/watch?v=JnX6hgWNnb8
Installing angular-cli
Note: you can skip this part if you already have application generated
Install flag-icon-css
Open angular.json
and insert a new entry into the styles array:
Open src/app/app.component.html
and add:
Launch the application: