UNPKG

@delon/cli

Version:
8 lines (6 loc) 227 B
import { Component } from '@angular/core'; @Component({ selector: 'exception-404', template: `<exception type="404" style="min-height: 500px; height: 80%;"></exception>` }) export class Exception404Component {}