`$ npm install ngx-pure-intl-tel --save`
npm install ngx-pure-intl-tel$ npm install ngx-pure-intl-tel --save
````
[formGroup]="phoneForm">
[enableAutoCountrySelect]="true"
[enablePlaceholder]="true"
[placeholder]="''"
[searchCountryFlag]="true"
[searchCountryField]="[SearchCountryField.Iso2, SearchCountryField.Name]"
[selectFirstCountry]="false"
[selectedCountryISO]="CountryISO.Iran"
[maxLength]="15"
[phoneValidation]="true"
[separateDialCode]="true"
name="phone"
formControlName="phone">
More usages please go to ngx-intl-tel-input.