goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.09k stars 120 forks source link

feat(select): migrate from decorators to signals #296

Open thatsamsonkid opened 1 month ago

thatsamsonkid commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

Which package are you modifying?

What is the current behavior?

All inputs/outputs/viewchild/contentchild etc are all decorator based currently

What is the new behavior?

Migrates all decorators to signal based primitives to prepare for zoneless and match rest of collection of components

Does this PR introduce a breaking change?

Other information