Zell Bakalli

Results 4 comments of 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...

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);`