3 Meetups | Free | Online
Angular
Spring Camp - 2026Master the future of Angular: from reactive Signal Forms to modern enterprise architecture patterns.
Developers take part in previous editions
April 23 Meetup
Topics
The AI Warm-up Sessions
How does a Google Developer Expert use AI? We’re kicking off every talk with a 5-minute deep dive into AI productivity. Get a sneak peek into the speakers' personal workflows before we dive into the core Angular topics.

Signal Forms - Simplicity, Reactivity, Joy
In this talk, we’ll explore how Signal Forms rethinks the way we build and manage forms. You’ll see how signals eliminate the friction we’ve accepted for years, replacing it with code that’s easier to read, easier to test, and for the first time in Angular forms history actually fun to write.

Revisited Modernizing Angular Architectural Patterns
In this talk, we will put these patterns on trial. We will analyze where the classic approaches hold us back and where they still add value. Then, we will discuss how Modern Angular enables new, simplified patterns, draw comparisons with how other frameworks handle state and composition, and review the tools that support this shift.
The
BenefitsLearning Journey
Our 3-session format is designed for gradual learning. With hands-on testing between meetups, you can confidently turn theory into real-world code, making the whole process feel achievable and motivating.
Real-Time Interaction
Get your questions answered during live Q&A sessions direct from the experts. Connect with other attendees, share your experiences, and join a supportive Angular community.
Low Effort - High Reward
The barrier to entry is just a simple registration. We’ve done the heavy lifting and prepped the knowledge so you can focus on growing. Just show up and grab it.
Meetups
AgendaOnline
Online
Online
Online
Signal Forms – simplicity, reactivity and joy
Reactive Forms = power + boilerplate. Template-driven = simplicity – control. What if you didn’t have to choose?
Signal Forms bring a fresh, signal-based approach to form management in Angular: type-safe, reactive, and radically simple. No more sprawling FormGroup declarations. No more manual subscriptions. No more choosing between control and developer experience.
In this talk, we’ll explore how Signal Forms rethinks the way we build and manage forms. You’ll see how signals eliminate the friction we’ve accepted for years, replacing it with code that’s easier to read, easier to test, and for the first time in Angular forms history actually fun to write.
Angular Architecture Revisited Modernizing Angular Architectural Patterns
When I started using Angular in 2018, most architectural "rules" were already set in stone: Smart vs. Dumb components, isolated domains, and shared modules.
For years, these patterns have stood the test of time. But do they fit the simplicity of Modern Angular?
In this talk, we will put these patterns on trial. We will analyze where the classic approaches hold us back and where they still add value.
Then, we will look forward. We will discuss how Modern Angular enables new, simplified patterns, draw comparisons with how other frameworks handle state and composition, and review the tools that support this shift. Join me for a refreshing take on how to structure your next application
Online
Zoneless Angular: Predictable Performance
Zone.js has shaped Angular’s change detection for years - but that era is ending. In this talk we’ll trace the evolution of Angular’s CD mechanisms, explore what zoneless mode changes (and what it doesn’t) - along with the performance wins that come with it.
Atomic State Patterns with Angular Signals: Simplifying Complex UI
As Angular applications grow, our state management often follows one of two paths: a bloated, boilerplate-heavy global store or a complicated "God Component" managing dozens of RxJS streams or reactive signals. When you add complex requirements—like multi-layered filters, dynamic UI "pills," and bi-directional URL synchronization—the cracks in these traditional patterns begin to show.
In this talk, we will explore a fundamental shift in architecture: Atomic State Patterns.
By leveraging the power of Angular Signals, we can move away from monolithic state objects and toward decentralized, high-performance "atoms" of logic. We will live-architect a real-world filtering system, demonstrating how to:
Deconstruct the Monolith: Break down complex filter states into independent, composable Signal units.
Master the URL Bridge: Create a "Source of Truth" where the URL and local UI state are perfectly synced without race conditions.
Harness Derived State: Use computed() signals to automatically generate UI elements like "Filter Pills" without manual subscription management.
Stop fighting your state. Start composing it.
Ashes to Ashes, Specs to Specs: To Vitest & Beyond
While tools like Jasmine, Karma, and Jest were always there when we needed them for testing our Angular apps, it's time to move on. In this talk, we'll revisit the battle scars they left behind, and explore how Vitest isn't just trendier — it's the result of hard-earned lessons in speed, reliability, and developer experience.
You'll leave with:
A sense of closure for the old stack.
A tour of the modern features Vitest brings to the table.
Vitest migration recipes.
Clarity on “Partial” vs. “Full” Browser Mode.
The anatomy of a maintainable test: Fakes, Object Mothers, and patterns that future-proof your specs.
Zoneless-ready time travel: replacing fakeAsync.
Come for the nostalgia. Stay for the clarity. Leave ready to cook.
Online
The Secret Life of Events in Angular
You've written (click) hundreds of times. But have you ever wondered what's actually happening behind the scenes? Angular's event system has a hidden layer — one that lets you do things most developers don't even know are possible. In this talk, we'll pull back the curtain, explore how it all works under the hood, and see how to apply this magic directly in your real-world projects.
Online
Online
Online
Zoneless Angular: Predictable Performance
Zone.js has shaped Angular’s change detection for years - but that era is ending. In this talk we’ll trace the evolution of Angular’s CD mechanisms, explore what zoneless mode changes (and what it doesn’t) - along with the performance wins that come with it.
Atomic State Patterns with Angular Signals: Simplifying Complex UI
As Angular applications grow, our state management often follows one of two paths: a bloated, boilerplate-heavy global store or a complicated "God Component" managing dozens of RxJS streams or reactive signals. When you add complex requirements—like multi-layered filters, dynamic UI "pills," and bi-directional URL synchronization—the cracks in these traditional patterns begin to show.
In this talk, we will explore a fundamental shift in architecture: Atomic State Patterns.
By leveraging the power of Angular Signals, we can move away from monolithic state objects and toward decentralized, high-performance "atoms" of logic. We will live-architect a real-world filtering system, demonstrating how to:
Deconstruct the Monolith: Break down complex filter states into independent, composable Signal units.
Master the URL Bridge: Create a "Source of Truth" where the URL and local UI state are perfectly synced without race conditions.
Harness Derived State: Use computed() signals to automatically generate UI elements like "Filter Pills" without manual subscription management.
Stop fighting your state. Start composing it.
Ashes to Ashes, Specs to Specs: To Vitest & Beyond
While tools like Jasmine, Karma, and Jest were always there when we needed them for testing our Angular apps, it's time to move on. In this talk, we'll revisit the battle scars they left behind, and explore how Vitest isn't just trendier — it's the result of hard-earned lessons in speed, reliability, and developer experience.
You'll leave with:
A sense of closure for the old stack.
A tour of the modern features Vitest brings to the table.
Vitest migration recipes.
Clarity on “Partial” vs. “Full” Browser Mode.
The anatomy of a maintainable test: Fakes, Object Mothers, and patterns that future-proof your specs.
Zoneless-ready time travel: replacing fakeAsync.
Come for the nostalgia. Stay for the clarity. Leave ready to cook.
Online
The Secret Life of Events in Angular
You've written (click) hundreds of times. But have you ever wondered what's actually happening behind the scenes? Angular's event system has a hidden layer — one that lets you do things most developers don't even know are possible. In this talk, we'll pull back the curtain, explore how it all works under the hood, and see how to apply this magic directly in your real-world projects.
Online
Online
The Secret Life of Events in Angular
You've written (click) hundreds of times. But have you ever wondered what's actually happening behind the scenes? Angular's event system has a hidden layer — one that lets you do things most developers don't even know are possible. In this talk, we'll pull back the curtain, explore how it all works under the hood, and see how to apply this magic directly in your real-world projects.
Personal
Learning PassCheck angular.love events for the first half of 2026 Mastery PDF. A clear guide for your learning path.
Spring Camp
SpeakersYour Learning
PassFrom high-level inspiration to production-ready code. Follow our proven path to upgrade your seniority.
Attend the Meetups
Join 3 online sessions. Get inspired by top experts and see what’s new in the Angular ecosystem.
Personal Learning Pass
Sign up and get your Mastery PDF. A clear guide with your learning path and a workshop discount code.
Join the Workshops
Go hands-on. Small groups, real-world projects, and direct mentoring to fix your toughest coding challenges.
Reach Senior Level
Turn knowledge into seniority. Master Signals, Architecture, and Performance to become better developer in 2026.
The Best
Angular CampThis is going to be our 22nd- 24th Angular Meetup! We have been organising this event since 2021.
We have shared our knowledge with 10 300 people from all over the world!
5.0
Srednia ocen uczestników
meetupów
5.0
Srednia ocen polecen
campu
About
Usangular.love is a place for all Angular enthusiasts created to inspire and educate. It’s a community of passionate people who share their knowledge and support others by providing them with the best practices and tips. This is the place where Angular thrives.


Awards

History
Join Angular Spring Camp 2026
with angular.love community!