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