Angular 17 Will Update Your Templates Control Flow Automatically

Tom Smykowski
28 min readOct 20, 2023

Angular 17 reached the RC0 status after several next subversions.

One of the exciting features that will land in this version is the new way to handle control flow in the template.

For example like this:

<header-cmp />
@if showBody {
<body-cmp />
} @else if showSummary {
<summary-cmp />
} @else {…

--

--

Tom Smykowski

I'm on a mission to have 20 000 followers. Help me achieve this goal and become one!