Angular Blog

The latest news and tips from the Angular team

Follow publication

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Written by Minko Gechev

Product and DevRel lead for Angular at Google.

Responses (51)

Write a response

Wow!
I checked out Vue a few years ago and was blown away by the simplicity and elegancy of a lot of it's concepts (like reactive primitives). For a real project a framework is only as successful as it's ecosystem imo and the experience was…

--

I would love to see that <div> added back in to the control flow example
@if (loggedIn) {
<div>The user is logged in</div>
} @else {
The user is not logged in
}...

--