Alex Rickabaugh

Results 113 comments of Alex Rickabaugh

This PR was merged into the repository by commit f3867597f079794ae9c7ed8be3788c9cea5123a3.

Marking as `blocked` for now (until we're in the merge window for v17).

This PR was merged into the repository by commit 31123520ce912b70149a437a13be62e653766358.

This PR was merged into the repository by commit b83d84aba7c2bcaf892c041aacdff220fe143c19.

This PR was merged into the repository by commit 478c70c80653c19c9e5f5a8a71b568a7c38fa249.

This PR was merged into the repository by commit 06452af31fb741c3d2ba8e653e1ca830f27960a8.

This PR was merged into the repository by commit 73fcf9f20bbecb45664a979522bbd527f5e5c28f.

The `signal: true` flag for `@Input()` isn't needed - all inputs of a signal component will be signal-based, so having an individual flag per input is superfluous. Secondly, inputs are...

```typescript class Test { value = input.required(); // the trick: project the input's value to a `WritableSignal` of that value. // when the input changes, the inner `WritableSignal` will be...