Paul Gschwendtner

Results 146 comments of Paul Gschwendtner
trafficstars

It seems like, even if you would resolve to the ESM artifacts, the `.js` files are not considered as ESM because there is no corresponding `package.json` with `type: module`. So,...

Thanks @benlesh! Good question with the breaking change. I think you're actually right that this would break the ecosystem as Webpack for example specifically works with this "invalid ESM", ignoring...

For NodeJS use specifically, I think the output is already broken and this would improve the situation, but still not solve it completely- due to the missing extensions. In practice,...

I'm closing this as I don't know what the next steps are, but I'm happy to re-open!

Also see: https://github.com/angular/angular/issues/53889#issuecomment-1888090037

Thanks Joost for capturing all of this. We did consider this aspect and talked about it a couple of times. We don't see a good way around this, without other...

This should be resolved as of recent language service releases.

We did collect some data internally when considering various APIs. Around 42% of inputs in some larger Google apps were not providing an explicit value and it showed a convenience...

My initial thought is that `@HostBinding` is expecting raw values. A `Signal` is not supported, even without signal inputs. In the `host` field of the component the signal can be...

Thanks again for this issue. I've chatted a little with @pkozlowski-opensource and we both felt like supporting `@HostBinding` with signals is not necessarily something we would want to support now...