UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

17 lines (13 loc) 221 B
--- order: 0 title: 404 --- 404 页面。 ```ts import { Component } from '@angular/core'; @Component({ selector: 'app-demo', template: ` <exception [type]="404"></exception>`, }) export class DemoComponent {} ```