Zell Bakalli
Zell Bakalli
How about having Xcode Plugin ?
@michaelsharpe @lancety I was facing a similar issue and solved it by avoiding task plugin and use RxJs instead. Basically what I did was using observables as node inputs and...
Is there any chance this will get merged?
You can do this by using [Angular 6 NgElement](https://angular.io/guide/elements) `marker.bindPopup( layer => { const popupEl: NgElement & WithProperties = document.createElement('popup-element') as any; popupEl.somePropery = someValue; return popupEl; }, options);`