UNPKG
ng-agm-core-lib
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Angular components for Google Maps
github.com/mehulk05/ng-angular-maps/
mehulk05/ng-angular-maps
ng-agm-core-lib
/
lib
/
utils
/
browser-globals.d.ts
9 lines
(8 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Provider
}
from
'@angular/core'
;
export
declare
class
WindowRef
{
getNativeWindow
():
any
; }
export
declare
class
DocumentRef
{
getNativeDocument
():
any
; }
export
declare
const
BROWSER_GLOBALS_PROVIDERS
:
Provider
[];