import {Component} from '@angular/core'; @Component({ selector: 'app-custom-email-validator', templateUrl: './custom-email-validator.component.html', styleUrls: ['./custom-email-validator.component.scss'] }) export class CustomEmailValidatorComponent {}