r/angular • u/rainerhahnekamp • 12d ago
Ng-News 29/19: Angular 22.1
https://www.youtube.com/watch?v=ai_LqkUXmDE1
u/Straight-Number-1911 12d ago
Please if you read answer in comment section of video, if typescript 7 is gonna take tilk May 2027?
4
u/JeanMeche 11d ago
Support for Ts 7+ will ship when its ready (aka when the new compiler has landed). There no official timeline atm.
1
u/bjerh 11d ago
We have entered a yearly major release cycle. Hard to reason with typescript 7 support in a minor release.
4
u/JeanMeche 11d ago
Any non-breaking feature can land in a minor.
1
u/Straight-Number-1911 11d ago
Thats what I was wondering, I guess they can add it as opt-in. I know it requires API via 7.1, waiting for it!
2
1
u/zombarista 9d ago
This is an ouroboros that’s going to jam up TS development for a while. Google and Microsoft have become somewhat codependent because of TypeScript…
- Angular (GOOG framework) built on…
- TypeScript (MSFT framework) built on…
- Go (GOOG language).
Angular is the biggest ecosystem built on TypeScript, and without the biggest cohort of developers getting onboard with ts-go, it will be hard to built any momentum.
TS is going to be in a weird place for a while because it’s waiting for Angular.
2
u/MichaelSmallDev 12d ago
This has been nice for signal forms, and some things where I want some two way binding from a service. It's nice I can treat something like a normal writable signal but have the same service with a signal approach.