angular-fontawesome/docs/upgrading
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
..
0.1.0-0.1.0-6.md feat(docs): move docs into docs folder and restructure them for better clarity 2019-08-07 19:45:27 +02:00
0.4.0-0.5.0.md Updated Stackblitz for library usage and added another upgrading note 2019-08-16 11:26:12 +02:00
0.5.0-0.6.0.md Elaborate example how to provide a placeholder icon 2020-02-08 13:31:25 +01:00
0.9.0-0.10.0.md Remove global icon library support 2021-07-23 15:19:37 +02:00
0.11.0-0.12.0.md Deprecate `classes` and `styles` inputs in all components 2022-11-12 20:45:01 +01:00
0.14.0-0.15.0.md Clarify upgrading instructions 2024-07-22 10:23:02 +02:00
1.0.0-2.0.0.md Convert to use signal input and output (#464) 2025-03-18 11:11:35 +01:00
v4.md Fixed docs issues and further shortened README content 2019-08-07 19:45:27 +02:00