-
Notifications
You must be signed in to change notification settings - Fork 97
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
Angular 9 >> ERROR in Symbol MapComponent declared in...is not exported from..../ngx-openlayers/dist/index.js #248
Comments
On the |
Works for me too. |
Almost everything works for me too v9.0.5. What does not work (that I have found) is map click. Anyone else have this problem? Or a possible workaround? Thanks in advance. |
@fredriklindell After migrating from 0.8.22 to 1.0.0-next.13 I had to change the (onSingleClick) callback on aol-map to (singleClick) to make it work again |
@skappler thnx for the tip, still does not work together with angular 9. seems like the events are not firing |
Do you have a solution for this problem? |
Hello everyone, i have the exact same issue described above. i have tried the "next" branch but it doesn't work... Do somebody have a solution ? |
@fredriklindell I had this issue it was because I didn't update the ol.css |
After upgrading my project to Angular 9 I got this error.
If I disable the Ivy compiler it works fine. With Ivy compiler I get the error and the application won't run
The text was updated successfully, but these errors were encountered: