import { Component } from '@angular/core'; @Component({ selector: 'exception-403', template: ` ` }) export class Exception403Component {}