AmadeusITGroup / AgnosUI

Multiframework Frontend Component Libraries, including Headless and Bootstrap
https://www.agnosui.dev
MIT License
59 stars 13 forks source link

Make our Angular components use signal inputs, models and signal queries #502

Open quentinderoubaix opened 9 months ago

quentinderoubaix commented 9 months ago

Description We have migrated to Angular 17.2, allowing us to start using even more signals into our widgets.

References: https://next.angular.io/api/core/input https://angular.io/api/core/model https://angular.io/api/core/viewChild

Can be split into two parts:

mrednic-1A commented 8 months ago

Here is an example with the Progressbar component migrated #566