import { Component, OnInit } from '@angular/core'; @Component({ selector: 'app-cancel-exception', templateUrl: './cancel-exception.component.html', styleUrls: ['./cancel-exception.component.css'] }) export class CancelExceptionComponent implements OnInit { constructor() { } ngOnInit(): void { } }