This is an Angular 2+ Google Maps store locator project.
Demo at: http://angular-store-locator.surge.sh
git clone git@github.com:dalenguyen/angular-store-locator.git .
The location information is in app/locations.service.ts. You replace the current locations by replacing the sample with a GET request from your API.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
- Search and reorder stores basing on distance
- Show tooltip when clicking on a store