UNPKG
ng-zorro-antd-mobile
Version:
latest (10.0.0)
10.0.0
9.0.0
8.0.0
7.0.0
6.0.0
5.0.1
5.0.0
4.0.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.7
2.0.3
2.0.2
2.0.1
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-rc.0
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.9
0.11.8
0.11.7
0.11.6
0.11.5
0.11.4
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.0.0-NOT-USED
An enterprise-class mobile UI components based on Ant Design and Angular
ng-zorro-antd-mobile
/
pipes
/
save-html.d.ts
8 lines
(7 loc)
•
267 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PipeTransform
}
from
'@angular/core'
;
import
{
DomSanitizer
}
from
'@angular/platform-browser'
;
export
declare
class
SafeHTMLPipe
implements
PipeTransform
{
private
_sanitized;
constructor
(
_sanitized
:
DomSanitizer
);
transform
(
value
:
any
):
any
; }