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