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