import { Component } from '@angular/core'; @Component({ selector: 'app-not-found', template: '

Error 404: Not found

' }) export class NotFound404Component { }