mcalmus
mcalmus
The breaking change made in Luxon is (from the release notes) Add "default" as an option for specifying a zone, and change "system" to really mean the system zone (breaking...
> I looked into it and it seems like this call will be broken in Luxon 3: https://github.com/angular/components/blob/main/src/material-luxon-adapter/adapter/luxon-date-adapter.ts#L200. We'll have to set the minimum required version to 3.0 which will...
It seems like this line could be (at least part of) the problem: https://github.com/angular/components/blob/fd5afe7038ad8d69648eaae80c7f07ac71f3a4c8/src/material/button-toggle/button-toggle.ts#L362
We are using `pointToLayer` to set a custom icon ``` const options = { url: , pointToLayer: (feature, latlng) => new L.Marker(latlng, { icon: myCustomIcon }) }; const layer =...
@patrickarlt Yes. That's the idea. > And have it work? So we ignore `pointToLayer` for non-point layers? I'm not suggesting it should "ignore" `pointToLayer` so much as it shouldn't be...
> @mcalmus I'm having a hard time finding a public layer service that has those types of items - do you have the URL to a public service that we...
Would it be possible to have the sanitizer methods change their return types to something like this?: `DomSanitizer.bypassSecurityTrustResourceUrl(value: string):SafeResourceUrl&string`
This is incorrect. This is still an issue
Any chance we can get this in v10? I'd really like to use it to swap out images based upon some attributes.