0.0.3 • Published 4 years ago

cdl-country v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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>