ngx-mat-input-tel 17.1.6 → 17.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,9 @@
1
1
  # International Telephone Input for Angular Material (ngxMatInputTel)
2
+ ![NPM](https://img.shields.io/npm/l/ngx-mat-input-tel)
3
+ [![npm version](https://img.shields.io/npm/v/ngx-mat-input-tel.svg)](https://www.npmjs.com/package/ngx-mat-input-tel)
4
+ ![npm bundle size](https://img.shields.io/bundlephobia/min/ngx-mat-input-tel)
5
+ ![npm](https://img.shields.io/npm/dm/ngx-mat-input-tel)
6
+
2
7
  An Angular Material package for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.
3
8
 
4
9
  ## Demo
@@ -297,10 +297,10 @@ export class CountryCode {
297
297
  ['Zimbabwe', 'zw', '263'],
298
298
  ['Åland Islands', 'ax', '358', 1],
299
299
  ];
300
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: CountryCode, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
301
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: CountryCode });
300
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CountryCode, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
301
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CountryCode });
302
302
  }
303
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.0.4", ngImport: i0, type: CountryCode, decorators: [{
303
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.1.2", ngImport: i0, type: CountryCode, decorators: [{
304
304
  type: Injectable
305
305
  }] });
306
306
  export const Examples = {