Posts

Showing posts from June, 2017

Google maps places autocomplete using Angular 2

Image
Hello all, Entering location manually could be the most annoying part any user can experience while using your application. Maps Places autocomplete feature could be added to any particular application written in any specific language. Here we will do it using angular 2. Angular or Angular 2/4  the latest buzz in the Javascript world is considered the best amongst many Javascript frameworks. Before we proceed we need an angular project which we will create using angular cli. Angular CLI You all can refer to this  Angular CLI . npm install  @angular/cli -g ng new my-app cd my-app ng serve note: MAC users should use npm install with administrative permissions (use sudo before command). Now we need a package for using google maps components to achieve what we started on. Angular Google Maps(AGM) Angular Google Maps(AGM) contains serveral components to use google maps and its several components into your applications. We use it by installing packages to our angular proj