awf-test-lib 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,7 @@ export declare class ContactSupportComponent implements OnInit, OnChanges {
37
37
  };
38
38
  setDateRules(): void;
39
39
  loadForm(): void;
40
+ checkPhone(phone: any): boolean;
40
41
  contacted(): void;
41
42
  contact(): void;
42
43
  closeNumber(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awf-test-lib",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^16.0.0",
6
6
  "@angular/core": "^16.0.0"