From the course: Angular Essential Training
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Angular without ZoneJS (Zoneless) - Angular Tutorial
From the course: Angular Essential Training
Angular without ZoneJS (Zoneless)
- [Narrator] Starting in Angular version 18, you can opt in for a new zoneless architecture. This is a huge change because Angular's been using ZoneJS since version 2.0. The introduction of zoneless Angular means fewer change detection cycles, smaller app bundle sizes, faster startup times, better debugging, and better compatibility with third-party APIs. The biggest risk is that as of this recording, zoneless Angular is an experimental feature. The API is incomplete, unstable, and could change at any time. It also requires changes to your project dependencies and may require refactoring of code and unit tests to make them compatible with the new API. Check out Angular's official documentation for more info.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Angular decorators2m 7s
-
Angular modules4m 52s
-
(Locked)
Angular component decorator4m 34s
-
(Locked)
Angular component classes3m 32s
-
(Locked)
Reference variables and data binding in Angular templates5m 2s
-
(Locked)
Structural directives in Angular templates5m 59s
-
(Locked)
Angular standalone components4m 38s
-
(Locked)
Angular without ZoneJS (Zoneless)46s
-
-
-
-
-
-
-