Everything You Need to Know About Angular’s Standalone

In-Depth Exploration: Angular’s Standalone Feature

FAM
Google for Developers EMEA
What’s Angular standalone feature
By FAM

Hi there 👋

Angular has undergone many significant changes lately, including signals, standalone, deferrable views, new built-in control flow, etc. This article is dedicated to one of these features: the standalone feature. It’s a must-know for every Angular developer, as it transforms the way we code and structure our application.

👀 Video version available at the end of this article.

🚀It started in Angular 14

The standalone feature was initially introduced in the developer preview of Angular 14. This feature marks a shift from a module-based app, where components must be declared in a module to be used, to a fully component-based app.

As of Angular 17, the Angular CLI schematics fully support the standalone feature, and it is now the default option (you don’t need to enable it with —standalone flag. With this feature, you can generate a complete standalone app, standalone pipe, component, directive, and even convert your code to standalone.

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

FAM
Google for Developers EMEA

A passionate software engineer and Angular GDE. I love to learn, help & share ❤. Find more about me here: 🔗 www.fatimaamzil.com.