AngularLovePL's profile picture. Your source of knowledge about #Angular.
🏆 Angular Hero of Education 2022

angular.love

@AngularLovePL

Your source of knowledge about #Angular. 🏆 Angular Hero of Education 2022

Web accessibility is often overlooked. But did you know that it brings benefits for everyone? 🤯 During Angular love Spring Camp 2025, our blogger, Damian Maduzia, conducted a “Building an Accessible Product Variant Selector” #Angular case study 🔥 The talk: ⭐️Covers why you…

AngularLovePL's tweet image. Web accessibility is often overlooked. But did you know that it brings benefits for everyone? 🤯

During Angular love Spring Camp 2025, our blogger, Damian Maduzia, conducted a “Building an Accessible Product Variant Selector” #Angular case study 🔥

The talk:
⭐️Covers why you…

⚡ 3 reasons you need to start using NgRx Signal Store 1️⃣ Same performance as classic NgRx, but without the boilerplate of actions, reducers, and endless selectors 2️⃣ Faster iteration - you spend more time on business logic, less on plumbing code 3️⃣ Lower entry barrier -…

AngularLovePL's tweet image. ⚡ 3 reasons you need to start using NgRx Signal Store

 1️⃣ Same performance as classic NgRx, but without the boilerplate of actions, reducers, and endless selectors
 2️⃣ Faster iteration - you spend more time on business logic, less on plumbing code
 3️⃣ Lower entry barrier -…

angular.love reposted

Excited to be part of @ngconf 2025 with some fellow @AngularLovePL guys. Who else will be there?

GrzegorzLipke's tweet image. Excited to be part of @ngconf 2025 with some fellow @AngularLovePL guys. Who else will be there?

Did you know that #signals can trigger unnecessary change detection cycles if used incorrectly? 🤯 ✍️ In this article, Artur Androsovych, explains in details how to operate this feature properly! → buff.ly/z2TG7hv Read to learn: ➡️ How the unnecessary change detection…

AngularLovePL's tweet image. Did you know that #signals can trigger unnecessary change detection cycles if used incorrectly? 🤯

✍️ In this article, Artur Androsovych, explains in details how to operate this feature properly! → buff.ly/z2TG7hv 

Read to learn:
➡️ How the unnecessary change detection…

Big announcement ‼️👀 Angular Autumn Camp 2025 is just around the corner! 🥳 💌 Register here -> buff.ly/YgKFhAl 1️⃣ October 28 | Online on our YouTube channel 🎓 Signals and a practical guide to Angular Signal Forms 🎤 @m_stefanczyk (GDE), @prodromouf (GDE) 2️⃣…

AngularLovePL's tweet image. Big announcement ‼️👀 

Angular Autumn Camp 2025 is just around the corner! 🥳

💌 Register here -> buff.ly/YgKFhAl 

1️⃣ October 28 | Online on our YouTube channel
🎓 Signals and a practical guide to Angular Signal Forms
🎤 @m_stefanczyk (GDE), @prodromouf (GDE)

2️⃣…

Reusable Injector Functions 🔄🔧 🛠️ Dependency injection is one of #Angular’s core features, yet using traditional methods can lead to repetitive code. Try Reusable Injector Functions, which eliminate boilerplate code issues. Benefits of Using Reusable Functions: ⚡ DRY…

AngularLovePL's tweet image. Reusable Injector Functions 🔄🔧 

🛠️ Dependency injection is one of #Angular’s core features, yet using traditional methods can lead to repetitive code. Try Reusable Injector Functions, which eliminate boilerplate code issues.

Benefits of Using Reusable Functions:
⚡ DRY…

🤔 “If we already have RxJS, why do we need Signals?” 🔸 RxJS is perfect for async workflows, streams, and event handling. 🔸 Signals are ideal for managing state, offering simple reactivity and better performance due to fine-grained updates. Together, it’s a complete reactive…

AngularLovePL's tweet image. 🤔 “If we already have RxJS, why do we need Signals?”

🔸 RxJS is perfect for async workflows, streams, and event handling.
🔸 Signals are ideal for managing state, offering simple reactivity and better performance due to fine-grained updates.

Together, it’s a complete reactive…

#Angular20.2 just made your animations lighter and cleaner ✨ ⚒️ You can now use animate.enter and animate.leave directly in your templates (no more bulky @angular/animations setup). Instead of importing and configuring the animations module, you can just write: @if (isOpen())…

AngularLovePL's tweet image. #Angular20.2 just made your animations lighter and cleaner ✨

⚒️ You can now use animate.enter and animate.leave directly in your templates (no more bulky @angular/animations setup).

Instead of importing and configuring the animations module, you can just write:

@if (isOpen())…

Relatable? 👀 Sign up for our newsletter to get fresh #Angular meme delivery regularly 😎 🔗 buff.ly/85nz44X

AngularLovePL's tweet image. Relatable? 👀

Sign up for our newsletter to get fresh #Angular meme delivery regularly 😎

🔗 buff.ly/85nz44X

Have you ever wondered what the role of Renderer2 is in modern Angular? 🤔 GDE @DecodedFrontend gave a lecture explaining it during Angular love’s Spring Camp! 📑 From the talk, you can learn: ➡️ How Renderer2 works ➡️ Why it’s needed ➡️ What its use cases are ➡️ And more!…

AngularLovePL's tweet image. Have you ever wondered what the role of Renderer2 is in modern Angular? 🤔

GDE @DecodedFrontend gave a lecture explaining it during Angular love’s Spring Camp! 📑

From the talk, you can learn:
➡️ How Renderer2 works
➡️ Why it’s needed
➡️ What its use cases are
➡️ And more!…

Better integration between Angular and Chrome DevTools? ⚒️ With #Angular20 and the newest Chrome version, you can now have a better insight into what’s going on inside your product 🔥 ✅ Custom runtime-profiling tools: Make it easier to see how specific code, Angular…

AngularLovePL's tweet image. Better integration between Angular and Chrome DevTools? ⚒️ 

With #Angular20 and the newest Chrome version, you can now have a better insight into what’s going on inside your product 🔥

✅ Custom runtime-profiling tools:
Make it easier to see how specific code, Angular…

Get Ready for @ngdeconf 2025! 🚀 🗓 When: November 5–7, 2025 📍 Where: GLS Campus Berlin, Hotel Oderberger, Berlin 🔗ng-de.org 👉 Deep-dive workshops on cutting-edge topics like Nx, Micro Frontends, Signals, AI in Angular, security, accessibility & more. 👉…


📢 Important dev knowledge alert! During our 2025 Angular.love Spring Camp, GDE Alain Chautard gave a talk exploring server-side rendering in #Angular 📲 What can you learn? ✅ How to implement SSR ✅ The different options available ✅ What hydration means ✅ And…

AngularLovePL's tweet image. 📢 Important dev knowledge alert!

During our 2025 Angular.love Spring Camp, GDE Alain Chautard gave a talk exploring server-side rendering in #Angular 📲

What can you learn?
✅ How to implement SSR
✅ The different options available
✅ What hydration means
✅ And…

Loading...

Something went wrong.


Something went wrong.