0.0.5 • Published 2 years ago

ngx-pure-intl-tel v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Install This Library

$ npm install ngx-pure-intl-tel --save

Usage

<form #f="ngForm"
        [formGroup]="phoneForm">
      <ngx-pure-intl-tel
        [preferredCountries]="preferredCountries"
        [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">
      </ngx-pure-intl-tel>
  </form>

More usages please go to ngx-intl-tel-input.

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago