Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 410 Bytes

File metadata and controls

11 lines (7 loc) · 410 Bytes

Migration to Control Flow syntax

Control flow syntax is available from Angular v17. The new syntax is baked into the template, so you don't need to import CommonModule anymore.

This schematic migrates all existing code in your application to use new Control Flow Syntax.

Run the schematic using the following command:

ng generate @angular/core:control-flow