📣 Language service & schematics integration
In v19, you'll be able to modernize your code directly from your favorite IDE/text editor. We shipped refactoring schematics for inputs, outputs, and queries and integrated them with the language service 🔥
🚀TypeScript 5.6 is now available! 🚀
Now with
✅ New syntactic nullish/truthy checks
✅ Iterator helper methods & strictness checks
✅ Region-prioritized checking in editors
✅ Flexible --build behavior
and more! Try it today!
https://t.co/qZNzVSzki1
@mattpocockuk Option 3: I'd use the "??=" of option 2 but a separate line for ".add()"
I like to have one statement per intention (initialise if empty, then add). The "??=" express the same intention with less noise.
NgRx Signals 18.0.0 is out!
🔒 State Encapsulation
🛡️ Private Store Members
🕵️♂️ State Tracking
🧩 Enhanced Entity Management
and more!
Post by @MarkoStDev ✍️ https://t.co/rq3hdF1RNY
📢 The cat is out of the bag ya all.
We are introducing TutorialKit by @stackblitz that allows you create highly interactive tutorials in no time powered by the WebContainer API 🙌 🥳
`npm create tutorial`
🔗 For more information check https://t.co/pBg1RKM3KA
Here it is, @Angular v18 is out! 🚀
Huge release:
- Control flow is stable
- Fallback for ng-content
- Form events
- SSR event replay
- And we're going zoneless 🤯 (as an experiment 😉)
Check out our complete blog post to learn more:
👉 https://t.co/TbitKsUJCH
Announcing TypeScript 5.5 Beta! 📣
Now with type predicate inference, more type narrowing, an @import tag for JSDoc, the --isolatedDeclarations flag, performance & reliability improvements, and much more!
https://t.co/wvLzGx5dk2
Hesitating to migrate to the new control flow syntax ?
There is no reason anymore !
It'll be promoted to stable in v18.
#Angular
https://t.co/ECgzxv6xVh
A new doc landed on the @angular repo to clarify a bit around the concept of developer preview.
You might want to have a look 👀
https://t.co/KfLsa22sGQ
🅰️Angular folks,
Some Signals vs Observables info...
1. Use signals for state management, not observables.
2. Use observables for cancellation and other event coordination.
3. DO NOT TRY TO USE SIGNALS LIKE RXJS. It's a bad/silly idea.
They are complimentary technologies.
1/
@littledan & @EisenbergEffect opened a proposal to land signals into the platform !
It’s a collaboration between several framework authors (including Angular/Wiz)
The polyfill is the current #Angular implementation !
https://t.co/ytXxdl89Yc
🤯 The level of sophistication of the XZ attack is very impressive! I tried to make sense of the analysis in a single page (which was quite complicated)!
I hope it helps to make sense of the information out there. Please treat the information "as is" while the analysis progresses! 🧐 #infosec #xz
✨ @Angular v17.1 is out! ✨
🚦 input signals!
🚀 Zoneless change detection progress
✅ Web Test Runner to replace Karma
Check out our blog post to learn more:
https://t.co/f00AmTeJq1
🔥💪 dive into type system behind #angular Signal Inputs 💪🔥
🛠️ first - examples
🥩 then - internals
🔨 TRY IT YOURSELF: https://t.co/JysdC74dE7
🪄 the trick:
import { ɵinput as input } from '@angular/core';
a 🧵 with explanation below 👇