i would like to ask question about angular2-google-map in angular 2. I have followed the instruction in https://angular-maps.com/docs/getting-started.html. Running 'ng serve' give the following error:
I have digging around, but angular 2 does not have SystemJS to configure the node_module.
After night of digging around, i have found the answer. The following step is the fix for "has no exported member 'AgmCoreModule' ":
Inside package.json:
In command line:
The Getting Started only showed to install package after the creation of project. Since that i'm still new to this, the error is unseen by me. Thank you Karbos 538 and Roman C. for helping me in Stackoverflow.