0.0.6 • Published 4 years ago

ngx-intl-tel-input-pure v0.0.6

Weekly downloads
8
License
MIT
Repository
-
Last release
4 years ago

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.

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago