allenhwkim / angularjs-google-maps

The Simplest AngularJS Google Maps V3 Directive
http://ngmap.github.io
MIT License
1.52k stars 516 forks source link

Compatibility with angular 5 remove OpaqueToken #853

Closed vivex closed 6 years ago

vivex commented 6 years ago

IMPORTANT:

While using with angular 5 its giving following error:

ERROR in node_modules/ng2-map/dist/services/config.d.ts(1,10): error TS2305: Module '"/home/vivex/Desktop/xyz/node_modules/@angular/core/core"' has no exported member 'OpaqueToken'.

Steps to reproduce and a minimal demo(Plunker Example)

Current behavior

Expected/desired behavior

Other information

ssenechal5 commented 6 years ago

You closed this issue , dis you find how to fix it ?

i have the same issue : ERROR in node_modules/ng2-map/dist/services/config.d.ts(1,10): error TS2305: Module '"@angular/core/core"' has no exported member 'OpaqueToken'.