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