Angular 7 - Flag Icon CSS

In this article, we'll see how to setup Flag Icon CSS in Angular 7.

Angular 7 - Flag Icon CSS

🎬Video version: https://www.youtube.com/watch?v=JnX6hgWNnb8

Step 0

Installing angular-cli

Note: you can skip this part if you already have application generated

Step 1

  • Install flag-icon-css

Step 2

  • Open angular.json and insert a new entry into the styles array:

Step 3

  • Open src/app/app.component.html and add:

Step 4

  • Launch the application:

Last updated

Was this helpful?