import {Component} from "@angular/core"; @Component({ selector: 'verification', template: `` }) export class VerificationComponent { }