-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with Angular 7 #8
Comments
I updated the files you mentioned and the error was resolved.
Can Someone help me, please? |
I'm looking into getting it working with Angular 8... @ricardomcardoso, did you happen to see #5 that (hopefully) addresses that error? |
Okay I've released |
I tried to import the plugin in my project, I got a couple of errors about rxjs such as
rxjs/Subject has no exported member 'Subject'
.I managed to make it work : I changed the two rxjs import statements (in angular-maphighlight.js and in maphighlight.component.d.ts : from
from 'rxjs/Subject'
tofrom 'rxjs'
Sorry @TylerRick, I don't have time to make a correction.
Elanor
The text was updated successfully, but these errors were encountered: