monkey-style-guide-v2 0.0.58 → 0.0.59

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.
@@ -5722,6 +5722,7 @@ class MonkeyInputPhoneComponent {
5722
5722
  this.phoneFormatted = formatter.input(nationalPart);
5723
5723
  this.performValue(nationalPart);
5724
5724
  this.phoneValid = isValidPhoneNumber(nationalPart, countryCode);
5725
+ console.log(isValidPhoneNumber(nationalPart, countryCode));
5725
5726
  this.validateValue();
5726
5727
  }
5727
5728
  ngAfterContentInit() { }