What Angular feature allows you to write `@if`, `@for`, and `@switch` directly in templates without importing `NgIf`, `NgFor`, or `NgSwitch` directives?
-
A
Standalone components
-
B
Built-in control flow (Angular 17+)
-
C
Template expressions
-
D
Structural directive shorthand