Google Map in Sharepoint SPFx with Angular
1) Introduction This article is going to describe how to set up S harepoint Framework (SPFx) Development with Angular using a template project created by Sahil Malik which is available at https://github.com/maliksahil/SPFxAngularCLI I modified Sahil's work, integrated Google Map API and Goodzer API to an Angular Sharepoint SPFx web part. The modified code is available at https://github.com/shahimsadakath/spfx-google-map-sample If you are new to Sharepoint SPFx and you haven't set up your development environment yet. My previous article at http://shadotnet.blogspot.com/2018/05/starting-sharepoint-framework-spfx.html will be useful. Let's get started. 2) Steps to integrate Goodzer API Register yourself at https://developer.goodzer.com/signup/ and get a free API Key I added a file named app.settings.ts to store the API Key as shown below in src->app folder export class AppSettings { ...