A plugin base on [ngx-intl-tel-input](https://github.com/ruimarinho/google-libphonenumber) without 'ngx-bootstrap' and 'intl-tel-input' dependency.
npm install ngx-intl-tel-input-pureA plugin base on ngx-intl-tel-input without 'ngx-bootstrap' and 'intl-tel-input' dependency.
$ npm install google-libphonenumber @angular/cdk --save
Add _'@angular/cdk'_ style file:
./node_modules/@angular/cdk/overlay-prebuilt.css
to angular.json styles array:
``json`
"styles": [
"./node_modules/@angular/cdk/overlay-prebuilt.css",
"src/styles.css"
],`
OR to 'src/styles.scss'css`
@import '~@angular/cdk/overlay-prebuilt.css';
$ npm install ngx-intl-tel-input-pure --save`
More usages please go to ngx-intl-tel-input.