UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
theme
/
src
/
pipes
/
safe
/
index.zh-CN.md
23 lines
(16 loc)
•
289 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
order:
1
title:
safe
subtitle:
安全HTML等
type:
Pipe
---
## html
简化
`bypassSecurityTrustHtml`
的使用。
```html
<div
[
innerHTML
]
="content
|
html"></div>
```
## url
简化
`bypassSecurityTrustUrl`
的使用。
```html
<a
[
href
]
="file_url
|
url"
target="_blank"></a>
```