UNPKG
angular-pipes
Version:
beta (5.0.6)
latest (10.0.0)
next (8.0.0-rc.0)
10.0.0
9.1.0
9.0.2
9.0.1
9.0.0
8.1.1
8.0.0
8.0.0-rc.0
7.2.0
7.1.0
7.0.3
7.0.2
7.0.1
7.0.0
6.5.3
6.5.2
6.5.1
6.5.0
6.4.0
6.3.0
6.2.0
6.1.2
6.1.1
6.1.0
6.0.0
5.8.2
5.8.1
5.7.1
5.6.0
5.5.2
5.5.1
5.5.0
5.4.0
5.3.0
5.2.0
5.1.0
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.0
3.0.2
3.0.1
3.0.0
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.0
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
Angular pipes library
github.com/fknop/angular-pipes
fknop/angular-pipes
angular-pipes
/
object
/
defaults.pipe.d.ts
7 lines
(6 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { PipeTransform } from
'@angular/core'
; export declare
class
DefaultsPipe
implements
PipeTransform
{ transform(input: any, defaults: any): any; } export declare
class
NgDefaultsPipeModule
{ }