➕ 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.
➕ 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.
✔️ Customize: on viewport( ??? )
➕ Options for IntersectionObserver
Angular 21 adds support for passing options to the viewport trigger for IntersectionObserver.
Watch Now: youtu.be/yVN6IH6GSeE
✔️ Customize: on viewport( ??? )
➕ Options for IntersectionObserver
Angular 21 adds support for passing options to the viewport trigger for IntersectionObserver.
Watch Now: youtu.be/yVN6IH6GSeE
Bring your toughest questions.
Bring your toughest questions.
You can dive deeper into Manfred's work here: www.angulararchitects.io/en
You can dive deeper into Manfred's work here: www.angulararchitects.io/en
🐈⬛ 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.
✔️ Signals Formatter for Browser DevTools
The new Signals formatter makes inspecting signals in browser DevTools simple and clear, even for nested signals.
youtu.be/9uq4tl28KWQ
✔️ Signals Formatter for Browser DevTools
The new Signals formatter makes inspecting signals in browser DevTools simple and clear, even for nested signals.
youtu.be/9uq4tl28KWQ
✔️ 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
www.angular.courses/caniuse/feat...
Gerome Grignon has been on fire with other stuff too, though idk if they are all v21 ready. But new stuff through at least v20 includes a 3rd party peer dependency checker and Angular eslint rules Can I Use too.
www.angular.courses/caniuse/feat...
Gerome Grignon has been on fire with other stuff too, though idk if they are all v21 ready. But new stuff through at least v20 includes a 3rd party peer dependency checker and Angular eslint rules Can I Use too.
Don't miss your chance to see AI demos, get key updates from the Angular team, and have your questions answered live.
Tune in to see what's next:
🔗 youtube.com/live/uFdxw4S...
Don't miss your chance to see AI demos, get key updates from the Angular team, and have your questions answered live.
Tune in to see what's next:
🔗 youtube.com/live/uFdxw4S...
Don't miss your chance to see AI demos, get key updates from the Angular team, and have your questions answered live.
Tune in to see what's next:
🔗 youtube.com/live/uFdxw4S...
github.com/angular/angu...
github.com/angular/angu...
What do you think about this?
dataSource = datasourceResource({
data: this.data,
filter: this.filter,
paginator: this.paginator,
sort: this.sort,
});
stackblitz.com/edit/kag3ru2...
What do you think about this?
dataSource = datasourceResource({
data: this.data,
filter: this.filter,
paginator: this.paginator,
sort: this.sort,
});
stackblitz.com/edit/kag3ru2...