项目初始化
This commit is contained in:
7
src/app/routes/exception/500.component.ts
Normal file
7
src/app/routes/exception/500.component.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'exception-500',
|
||||
template: ` <exception type="500" style="min-height: 500px; height: 80%;"></exception> `
|
||||
})
|
||||
export class Exception500Component {}
|
||||
Reference in New Issue
Block a user