Finally got some time to finish my long due phd project – introducing poker arena 🃏: https://t.co/B9siBknPea, where you can watch your AI models play poker against each other, and even play poker with your favorite AI models!
🚨 L’IA CONTINUE DE NOUS SURPRENDRE !!
Une vidéo générée par IA montrant BRAD PITT et TOM CRUISE se battre sur un toit fait le tour du monde.
Le cinéma est-il en danger ? 🤔
Craft a dynamic music player with Angular and Tailwind CSS. Learn to integrate track navigation, custom sliders, and playlists effortlessly.
{ author: @manthan_ank } #DEVCommunity#Angular
https://t.co/09fBaELcA1
I gave a presentation on What's New in #Angular this weekend. One of the most important steps is to adopt the latest best practices. Good thing the Angular team does it for you with this bundle of tools.
Part 2 of my series "A Practical Guide to Building Cross-Platform Apps with Angular, Ionic, Capacitor, and Nx" is here.
In this post, I build a social feed app with virtual scrolling and infinite scroll, powered by Angular 19's latest features.
https://t.co/zn08XLI07Y
Another improvement to the Resource API would be an option to only accept manual triggers in some scenarios
Currently, the request is made immediately, which means we have to go through some workarounds to ensure, for instance, that the request is only made when a button is clicked
[Updated] The article now covers the brand-new output API we get with Angular 17.3. Added sections:
☑️ Output API
☑️ Programmatically Setting up an Output
☑️ Dynamically Setting up an Output
☑️ Consuming Outputs as Observables
https://t.co/xrVOOSndCg
This is your sign(al) to try TanStack Query & Angular
Let's Signal boost some queries! 📡
{ author: @goetzrobin } #DEVCommunity#Angular
https://t.co/cyIqPRaYD8
How do I test and mock Standalone Components?
Skip the dependency mapping and get to testing!
{ author: @rainerhahnekamp } #DEVCommunity#Angular
https://t.co/XbmBOBNX31
🛑 Angular 16 killed NGCC 🛑
View Engine dependencies.
No longer compile with v16+
#angular
[You can't simply upgrade!]
How many do you have?
You need to check one by one.
I made a utility to help you!
🟢 Audit your package.json 🟢
-> npx ng16-dep-audit <-
The reactivity roadmap was just made public 🚀!
👀👀👀👀👀👀👀👀👀👀
We can see in real-time what the Angular team is working on 🤯
Angular Team 🤝 Transparency 🔥
#angular
I have been a busy bee and I've created a 5 minute YouTube video on how to do #Angular unidirectional Template-driven forms with Signals and no-boilerplate at all.
☘️Short
☘️Simple
☘️To the point
☘️No boilerplate
☘️Incl StackBlitz you can play with
https://t.co/g6fq2svd4X
The key in the changes for CD with signals lies in this function.
CD still starts at the root component but non-dirty components are skiped.
Fine grained reactivity is coming !