UNPKG

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

Version:

Autocomplete input component and directive for google-maps built with angular and material design

5 lines (4 loc) 215 B
import { Location as OriginalLocation } from '@schematics/angular/utility/parse-name'; export interface Location extends OriginalLocation { } export declare function parseName(path: string, name: string): Location;