cdl-country
v0.0.3
Published
This is a html control which containes list of countries of the world.
Downloads
4
Maintainers
Readme
Country
This is a html control which containes list of countries of the world.
Installation instruction
npm install cdl-country --save
Instruction to use the package
How to use?
Please follow below instruction to implement country control in your angular application.
//in module
import { CountryModule } from 'cdl-country';
imports: [
CountryModule
]
// In your component html file
<cdl-country
(getCountry)="getCountry($event)"
>
</cdl-country>