fengxiang
2018-07-12 5c0d8040266554b67e852ccb7056c3d0cae4b4ef
1
2
3
4
5
6
7
import { Component } from '@angular/core';
 
@Component({
    selector: 'pro-exception-500',
    template: `<exception type="500" style="min-height: 500px; height: 80%;"></exception>`
})
export class ProException500Component {}