📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@angular-material-extensions/google-maps-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular-material-extensions/google-maps-autocomplete - npm Package Compare versions

Comparing version

to
16.3.0

6

lib/component/mat-google-maps-autocomplete.component.d.ts
/// <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