UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
components
/
exception
/
demo
/
404.md
17 lines
(13 loc)
•
221 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
order:
0
title:
404
---
404
页面。
```ts
import
{
Component
}
from
'@angular/core'
;
@Component({
selector:
'app-demo'
,
template:
`
<exception
[
type
]
="404"></exception>`,
})
export
class
DemoComponent
{}
```