angular-material-extensions / select-country

Angular Material component that allow users to select a country or nationality with an autocomplete feature
https://angular-material-extensions.github.io/select-country/
MIT License
126 stars 40 forks source link

CustomCountryList #34

Closed smart4energy closed 4 years ago

smart4energy commented 4 years ago

Added the option to add a custom country list as an input.

@Input() customCountryList: Country[];

<mat-select-country [customCountryList]="myCountryList">

AnthonyNahas commented 4 years ago

@itsoisi I've just updated the library to v2.1.0

Thanks for contributing