➕ referrerPolicy option added
The option allows developers to control how much referrer information is sent with each HTTP request.
➕ referrerPolicy option added
The option allows developers to control how much referrer information is sent with each HTTP request.
⚠️ Breaking Change ⚠️
✔️ lastSuccessfulNavigation is NOW a signal!
Any code that used lastSuccessfulNavigation as a value must now invoke it as a signal.
⚠️ Breaking Change ⚠️
✔️ lastSuccessfulNavigation is NOW a signal!
Any code that used lastSuccessfulNavigation as a value must now invoke it as a signal.
🐈⬛ 2016 File Naming Option
😮 app.ts → app.component.ts, and others
Back to 2016
Angular 21 adds a new file naming option: 2016 style for file names. Components, services, and other files get the classic suffixes, while class names and selectors stay clean.
🐈⬛ 2016 File Naming Option
😮 app.ts → app.component.ts, and others
Back to 2016
Angular 21 adds a new file naming option: 2016 style for file names. Components, services, and other files get the classic suffixes, while class names and selectors stay clean.
✔️ New Migration
CommonModule to Standalone Migration (@angular/common)
Benefits: reduced bundle and optimized tree-shaking
✔️ New Migration
CommonModule to Standalone Migration (@angular/common)
Benefits: reduced bundle and optimized tree-shaking
A new RFC proposes native alternatives: animate.in and animate.out
#angular
A new RFC proposes native alternatives: animate.in and animate.out
#angular
⚠️ In v20, you'll now see a warning if you pass a track function to @for but forget to call it. This helps catch a common mistake that can silently hurt performance.
⚠️ In v20, you'll now see a warning if you pass a track function to @for but forget to call it. This helps catch a common mistake that can silently hurt performance.