💯 Nueva serie de 3 vídeos para tratar las migraciones.
1 - Actualiza tu proyecto a la última versión. De Angular 15 a Angular 17.
2 - Migración a Standalone.
3 - Migración a la nueva sintaxis en template.
Primer vídeo: https://t.co/WLRZ6R8WZ4
#angular#angular17#frontend
Rethinking how we build for the agentic era. Stop writing agent skills like human docs—it wastes tokens and invites hallucinations.
Here's a distilled set of core best practices (<5 min read) to help us write better skills.
Give it a read: https://t.co/6ep4VXg2zJ
- El CEO de Anthropic «En 3-6 meses, la IA reemplazará a los humanos»
- El CEO de Take-Two (GTA) «Las herramientas (de IA generativa) no reemplazan en nada la creatividad»
- El CEO de OpenAI «Nos encanta trabajar con NVIDIA, son los mejores. No entiendo de donde viene tanta locura»
Mucha gente tiene aún que aprender que los CEO no predicen el futuro, sino que intentan influir en la gente diciendo lo que desean que ocurra en el futuro.
We’re planning to make OnPush the new default Change Detection Strategy in v22.
Also, ChangeDetectionStrategy.Default would be renamed to Eager.
Check out the RFC and let us know what you think: https://t.co/4tk3U5biRH
Angular 21.1 is officially here! 🚀
This update is all about refining your developer experience with cleaner templates and better reactivity. Check out the highlights: ✅ Multi-case @switch matching ✅ Spread syntax in templates ✅ New isActive() Signals for routing ✅ Renamed [formField] for Signal Forms
Ready to upgrade? Run ng update @angular/core @angular/cli and let us know your favorite new feature! 🛠️
Your dev Lighthouse score is fake 😅
On "ng serve" you're testing a dev build,
not real performance.
For real results:
✅ Prod build
✅ gzip + SSR
✅ Incognito Lighthouse
✅ Throttled vs unthrottled
Full guide in comments 👇
I am experimenting with @ChromiumDev 's Built-in-AI capabilities within @angular
I was actually looking for something which can convert natural language to dates, like "next monday", "last week", "last month", etc.
Got it working at somewhat level with a pre-defined system instructions, but as it's built-in-AI within browser, with limited resources, it hallucinates some times!
Code available at https://t.co/1arPHBeWxq
Give it a star if you like it! Let me know your thoughts!
Spread syntax in templates [...]
You can now use the spread/rest operator (...) inside Angular templates. This works in the following scenarios:
▶️ Object literals: {a: 1, ...foo}
▶️ Array literals: [1, ...foo]
▶️ Function calls: fn(1, ...foo)
Angular handles this efficiently by using its "pure function" system. This means it won't keep re-creating the object or array unless the data actually changes, which helps keep your app fast.
📣 Angular in 2025
Just shared a blog post about the strategy for Angular in 2025! We'll continue bringing innovation to the Web by improving developer experience:
‣ Zoneless in developer preview
‣ Signal forms
‣ RFC for selectorless
‣ Much more!
https://t.co/XsDNMMdBYa
La comunidad de desarrolladores es increíblemente colaborativa y siempre está dispuesta a ayudarse mutuamente a resolver problemas y mejorar sus habilidades
Subscríbete al canal de DotTech para ser parte de la comunidad de desarrollo en español
https://t.co/bwitcINNCX
📚¡Sorteo del libro de Aprendiendo Git/Github de @midudev! 📚
1️⃣ Suscríbete a nuestro canal: https://t.co/as1MvBL2Yh
2️⃣ Responde a este tweet diciéndonos por qué deseas el libro.
¡El viernes a las 21:00 (GMT+2) seleccionaremos al ganador entre las respuestas.
¡@efisiodev nos enseña que los resolvers son clave en el desarrollo web con Angular! Comprender su aplicación puede marcar la diferencia en la eficiencia y rendimiento de proyectos. ¡No se pierdan este valioso video y únanse a la discusión!
👉 https://t.co/OYcQqsvKBp 👈
¿Sabéis que el C4P del @BiznagaFest
2024 está abierto?
Yo no me perdía ir a #Malaga a compartir con la comunidad.
Etiqueta a quien te gustaría ver por allí!
👇👇👇
https://t.co/ZCZjpCZebd
🆕 Tenemos segundo vídeo sobre migraciones.
Migra tu proyecto de Angular a standalone. Adiós módulos 👋
https://t.co/rz5bbjEdGy
#standalone#angular#frontend#angular17