I have installed Google Map places in my Angular 2 project.
npm install angular2-google-map-auto-complete
Getting error as cannot find the module:
Can anybody help me in specifying the path for the same?
Tried with following combinations:
../../directives/googleplace.directive
../../../directives/googleplace.directive
../../../../directives/googleplace.directive
../../directives/googleplace.directive
../node-modules/angular2-google-map-auto-complete/directives/googleplace.directive
../../angular2-google-map-auto-complete/directives/googleplace.directive
Nothing worked as expected.
Update: I have found the spelling mistake but no luck