garvraj

Results 4 comments of garvraj

> [options]='options' I tried like this and it worked for me component : ** ** my options object: ** options = { types: ['address'], componentRestrictions: { country: ['ca'] } }...

> add ? within all items of Options class in options.d.ts file from 'node_modules/ngx-google-places-autocomplete/objects/options/options' folder. > Like this: > > ``` > export declare class Options { > > bounds?:...