fengxiang
2018-07-12 655edbc7405188c4bb32e63bf52a9a31ac00d75c
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 {}