ngx-intl-tel-input-pure
v0.0.6
Published
A plugin base on [ngx-intl-tel-input](https://github.com/ruimarinho/google-libphonenumber) without 'ngx-bootstrap' and 'intl-tel-input' dependency.
Downloads
66
Readme
International Telephone Input for Angular (ngx-intl-tel-input-pure)
A plugin base on ngx-intl-tel-input without 'ngx-bootstrap' and 'intl-tel-input' dependency.
Installation
Install Dependencies
$ npm install google-libphonenumber @angular/cdk --save
Add Dependency Style
Add '@angular/cdk' style file:
./node_modules/@angular/cdk/overlay-prebuilt.css
to angular.json styles array:
"styles": [
"./node_modules/@angular/cdk/overlay-prebuilt.css",
"src/styles.css"
],
OR to 'src/styles.scss'
@import '~@angular/cdk/overlay-prebuilt.css';
Install This Library
$ npm install ngx-intl-tel-input-pure --save
Usage
More usages please go to ngx-intl-tel-input.