import {Component, OnInit} from '@angular/core'; @Component({ selector: 'app-phone-number-validator', templateUrl: './phone-number-validator.component.html', styleUrls: ['./phone-number-validator.component.scss'] }) export class PhoneNumberValidatorComponent implements OnInit { constructor() {} ngOnInit(): void {} }