Krzysztof Brilla
Krzysztof Brilla
Any progress on this one? Seems like Webstorm is once again ahead of angular language service
Hey @AndrewKushnir any info on this? I double checked it and type narrowing works as long as there is no optional chaining involved so it is definitely `?.` operator in...
I think one soultion would be to create new Pipes based on Intl API ```ts const format = new Intl.NumberFormat("en-US", {style: 'currency', minimumFractionDigits: 2, trailingZeroDisplay: 'stripIfInteger', currency: 'USD'}); format.format(3) //...
@quasiunafantasia shoutout to You as this was originally reported by You @jasonaden shoutout to You as You originally closed mentioned issue, maybe now there would be some time to spare...
The only case I see would be trublesome would be resolvers as function wrapped in one function that would execute them one by one. And each one would need to...
Also worht noting, I cold not find any mention of this change in changelog for 3.2.0
@fisker can I ask You to just decide if this is indeed a bug or not so we can move with upadte of pretteir please?
Angular 10 is putting pressure on moving from Common JS to ES modules, could we for example put this pr as separate version of filesaver.js just like with lodash-es?
> 1. It'd be good to make sure we are set for the Interop 2023 dashboard to be fully frozen at the end of the Interop 2023 cycle. That the...
Also, serach value need to be accesible to js for server side filtering for example