flag-by-countrys
v0.0.2
Published
This NPM package is use to get the flag by using pipe property in Angular.
Downloads
3
Readme
Flag by Countrys
This NPM package is use to get the flag by using pipe property in Angular.
npm install flag-by-countrys
Getting Started
<div [innerHTML]=" 'in' | flags ">
will give output of Indian flag.
<div [innerHTML]=" 'country code' | flags ">
That's it,
Any Changes Appriated.