primeng
primeng copied to clipboard
Migrate to new control flow syntax
NgIf, NgFor, and NgSwitch are now deprecated, consider migrating to control flow syntax using
ng update @angular/core --name=control-flow-migration
hope this lands in PrimeNG v20.
I actually forked master, updated to angular 20 and migrated all the ngIf and ngFor statements in the templates and basic and html. Only to find out unit test do not run in master. BTW it involves over 200 files so i doubt they will take it as an PR
yes this should be done by core team.