Closed smart4energy closed 4 years ago
Added the option to add a custom country list as an input.
@Input() customCountryList: Country[];
<mat-select-country [customCountryList]="myCountryList">
@itsoisi I've just updated the library to v2.1.0
Thanks for contributing
Added the option to add a custom country list as an input.
@Input() customCountryList: Country[];
<mat-select-country [customCountryList]="myCountryList">