This library was generated with Angular CLI version 11.1.2.
Import NgxSimpleCountryCodeComponent in your module
import { NgxSimpleCountryCodeComponent } from 'ngx-simple-country-code';
Add NgxSimpleCountryCodeModule in import array imports: [ NgxSimpleCountryCodeModule ]
Add below tag in your template
<ngx-simple-country-code></ngx-simple-country-code>
<ngx-simple-country-code [formControl]="countryCodeFC"></ngx-simple-country-code>
<div [formGroup]="FG">
<ngx-simple-country-code formControlName="countryCodeFC"></ngx-simple-country-code>
</div>