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