Skip to content
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

Open
genesispro opened this issue Feb 7, 2020 · 8 comments

Comments

@genesispro
Copy link

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

@kekel87
Copy link
Contributor

kekel87 commented Feb 21, 2020

On the next branch, there are warnings but the application with Ivy works with me.

@skappler
Copy link

skappler commented Mar 4, 2020

Works for me too.
Can you please add angular version 9.0.0 to the package.json aswell to get rid of the npm warnings?

@fredriklindell
Copy link

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.

@skappler
Copy link

skappler commented Mar 5, 2020

@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

@fredriklindell
Copy link

fredriklindell commented Mar 5, 2020

@skappler thnx for the tip, still does not work together with angular 9. seems like the events are not firing

@jorugit
Copy link

jorugit commented Mar 16, 2020

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

Do you have a solution for this problem?

@Nicobai
Copy link

Nicobai commented Apr 20, 2020

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 ?

@mat-codehaus
Copy link

@fredriklindell I had this issue it was because I didn't update the ol.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants