@angular-material-extensions/google-maps-autocomplete
Advanced tools
Comparing version
/// <reference types="googlemaps" /> | ||
/// <reference types="googlemaps" /> | ||
import { ElementRef, EventEmitter, NgZone, OnInit } from '@angular/core'; | ||
import { ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core'; | ||
import { ControlValueAccessor, UntypedFormControl } from '@angular/forms'; | ||
@@ -17,6 +17,7 @@ import { Location } from '../interfaces/location.interface'; | ||
} | ||
export declare class MatGoogleMapsAutocompleteComponent implements OnInit, ControlValueAccessor { | ||
export declare class MatGoogleMapsAutocompleteComponent implements OnInit, OnDestroy, ControlValueAccessor { | ||
private ngZone; | ||
apiKey: string; | ||
private loaderService; | ||
autocomplete: google.maps.places.Autocomplete | undefined; | ||
searchElementRef: ElementRef; | ||
@@ -46,2 +47,3 @@ addressLabelText: string; | ||
ngOnInit(): void; | ||
ngOnDestroy(): void; | ||
initGoogleMapsAutocomplete(): void; | ||
@@ -48,0 +50,0 @@ onQuery(event: any): void; |
{ | ||
"name": "@angular-material-extensions/google-maps-autocomplete", | ||
"description": "Autocomplete input component and directive for google-maps built with angular and material design", | ||
"version": "16.2.3", | ||
"version": "16.3.0", | ||
"homepage": "https://angular-material-extensions.github.io/google-maps-autocomplete", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
376894
0.48%3054
0.59%