Alex Rickabaugh
Alex Rickabaugh
> Otherwise it's impossible to write intentionally synchronous reactions. This was the design intention. Signals can't be read during the notification phase because there is no guarantee the graph is...
`postSignalSetFn` was copy/pasted with the `@angular/core/primitives/signals` code. This library was designed as a shared base layer between Angular and Wiz's signal APIs, so it served as a nice starting point...
It's also possible to split the two, and write: ```typescript appModalClose = input.required(); @HostBinding('attr.title') get title() { return this.appModalClose(); } ```
This PR was merged into the repository by commit dba3e0b5aa73d49a6caad4ad474e0212486fe98a.
Hello all! I'm removing the `feature` label from this issue, as it's likely far too large for our normal feature request process. We're extremely interested in the valuable feedback and...
Apparently I spoke too soon - while `HttpRequest` doesn't add one, `HttpXhrBackend` apparently does. Likely this behavior was copied for compatibility with `@angular/http`. We should at a minimum evaluate whether...
I consider tricks like `DestroyDirective` to be an anti-pattern in the first place. The purpose of `hostDirectives` is not to provide some kind of injection mechanism for lifecycle hooks, but...
This PR was merged into the repository by commit 660fbf5d2755739b010bfaa23a73406046df69bf.
I'm closing out this issue as it's something we fundamentally cannot support. Tree-shaking is based on references, and unfortunately using a component as a base class and using a component...
This PR was merged into the repository by commit 06605cc760a193a328870a130009368aa1e04a1f.