UNPKG
ngx-address
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A simple address picker in angular.
github.com/cipchk/ngx-address
cipchk/ngx-address
ngx-address
/
components
/
pipes
/
keys.pipe.d.ts
5 lines
(4 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
import
{
PipeTransform
}
from
'@angular/core'
;
export
declare
class
KeysPipe
implements
PipeTransform
{
transform
(
value
:
Array
<
any
>,
args
:
string
[]):
any
; }