angular-fontawesome/docs/usage
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
..
explicit-reference.md Remove unnecessary standalone: true property 2024-11-20 22:29:44 +01:00
features.md Convert to use signal input and output (#464) 2025-03-18 11:11:35 +01:00
icon-library.md Remove unnecessary standalone: true property 2024-11-20 22:29:44 +01:00
using-other-styles.md Add new icon packages to the ng add schematic 2024-11-20 23:04:53 +01:00