UNPKG
@asymmetrik/ngx-leaflet
Version:
latest (18.0.1)
18.0.1
18.0.0
17.0.0
16.0.1
16.0.0
15.0.1
14.0.1
14.0.0
13.0.2
13.0.1
13.0.0
8.1.0
8.0.0
7.0.1
7.0.0
6.0.1
6.0.0
5.0.2
5.0.1
5.0.0
4.0.0
3.1.0
3.0.2
3.0.1
3.0.0
2.6.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.1
2.4.0
2.3.1
2.3.0
Angular.io components for Leaflet
github.com/bluehalo/ngx-leaflet
bluehalo/ngx-leaflet
@asymmetrik/ngx-leaflet
/
lib
/
core
/
leaflet.util.d.ts
8 lines
(7 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { EventEmitter, NgZone }
from
'@angular/core'
; export declare
class
LeafletUtil
{
static
mapToArray
<
T
>(
map: { [key:
string
]: T; }
): T[]
;
static
handleEvent
<
T
>(
zone: NgZone, eventEmitter: EventEmitter<T>,
event
: T
):
void
; }