This update will make the components use the latest signal inputs, outputs, computed, effect.
Library code will be following the reactive style.
Changes include
- Convert `@Input` to `input` signal
- Convert `@Ouput` to `output` signal
- Use `setInput` on component instance
- Replaced `ngOnChanges`, with `computed` / `efffect`
- Used `ChangeDetectionStrategy.OnPush` strategy
- Updates affected tests to use signal
- Update tests with signal -✅
|
||
---|---|---|
.. | ||
guide | ||
upgrading | ||
usage | ||
faq.md | ||
usage.md |