Experience the magic of the new control flow in Angular 17

Loading

Reading Time: 6 minutes Introduction In this blog post, I demonstrated the migration of Angular 16 structure directives (NgIf and NgSwitch) to Angular 17 new control flow (@if/@else and @for/track) in a online shopping cart demo. During the migration exercise, I revised the inline templates to replace structure directives with the new control flow, deleted trackby function in Component … Read more