mayurgudi
Results
2
comments of
mayurgudi
HTML TS import { Options } from 'ngx-google-places-autocomplete/objects/options/options'; myOptions: any; // class variable constructor() { this.myOptions = new Options({ componentRestrictions: { country: 'code' } }); // can use any of...
> Hi, > > I really like this autocomplete function and I want to limit my search to cities only. I tried with this solution here > > `[options]="{ types:...