Closed ashokpal100 closed 1 year ago
I think that there are a few things going on:
NOTE - after version 1.0.6 - this library is built using ng-packagr and an Ivy partial compile. This should allow compatibility with any version of Angular.io >v12.0.0 (according to the Angular docs).
package.json
file - which is my bug and is why you did not get an error when trying to run on Angular 8! I will fix that.I would recommend that you update to a version of Angular later than 12 to get the full benefit of the Ivy compiler - the current version is 14! Note that, if you upgrade the version for an existing project then you have to do it one major version bump at a time (i.e. from 8 -> 9 then from 9 -> 10 etc)
thanks for the response runette
Yep - I wrote that demo. That was when Angular 8 was the current version.
If you want to use Angular 8 - then you need to downgrade the package versions as follows as per that demo
"@runette/leaflet-fullscreen": "^1.0.4",
"@runette/ngx-leaflet-fullscreen": "^1.0.4",
"@runette/ngx-leaflet-loading": "^1.0.3",
"@runette/ngx-leaflet-locate": "^2.0.0",
"@runette/ngx-leaflet-sidebar": "^1.0.3",
Hi All,
Faced the issue below please HELP ME!
I have do the following steps below:
PLEASE LET ME KNOW WHERE AM I WRONG