I am using angular-cli to build angular 2 app. While using google map object I see following error on build/serve,
Cannot find name 'google'
I have installed google maps typings(typings version 1.4.0),
typings i dt~google.maps --global --save
Followed the solutions below which didnt help much,
Please suggest what can I try next.