angular-fontawesome/docs
Pankaj Parkar bd0a3cdb92
Convert to use signal input and output (#464)
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 -
2025-03-18 11:11:35 +01:00
..
guide Add global styles properly in the SSR context 2024-05-15 19:23:21 +02:00
upgrading Convert to use signal input and output (#464) 2025-03-18 11:11:35 +01:00
usage Convert to use signal input and output (#464) 2025-03-18 11:11:35 +01:00
faq.md Add frequently asked questions page 2024-04-20 20:00:24 +02:00
usage.md Add global styles properly in the SSR context 2024-05-15 19:23:21 +02:00