Vladimir Pavlenko
Vladimir Pavlenko
Does anybody have a workaround for this issue or it works without any problems?
@akserg Have a look at this, please.
@beyerleinf I've updated my project to the newest version of Angular and this library works well.
```ng update @angular/core --force``` should help you
@StephanKuehn The author has abandoned this project
@Dawied Have you resolved this issue? The author [said](https://github.com/w8r/Leaflet.Path.Drag/issues/5#issuecomment-76704891) that it should work without any problems, but in fact when dragging a multipolygon, the error will be appeared in the...
temporary workaround is to set `*ngIf="true"` for the second projectable node :/ https://stackblitz.com/edit/angular-ivy-rc4ebf?file=src/app/window/window.component.ts
@JoomFX how long until npm release?
@arthur-e can you publish the latest version of this library on npm? When I try to install it, I get the source code without the changes, which were made in...
Seems like with Angular@16 we will not be able to use this library until v4 is released because of this https://github.com/angular/angular/releases/tag/16.0.0-next.0 > Angular Compatibility Compiler (ngcc) has been removed and...