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
/
services
/
maps-api-loader
/
maps-api-loader.d.ts
7 lines
(6 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
*
as
i0
from
"@angular/core"
;
export
declare
abstract
class
MapsAPILoader
{
abstract
load
():
Promise
<
void
>;
static
ɵ
fac
: i0.ɵɵ
FactoryDeclaration
<
MapsAPILoader
,
never
>;
static
ɵ
prov
: i0.ɵɵ
InjectableDeclaration
<
MapsAPILoader
>; }