
Angular Schematics Deep Dive — Part 3: Building Installation Schematics with ng add
🤖 A note on this article: I used Claude to help reformat and structure the content to make it clearer and more presentable for publication. References In Part 2 …
This is the place where you can learn Angular, discover best practices, explore advanced techniques, and stay updated with the latest news and trends.
Powered by House of Angular

🤖 A note on this article: I used Claude to help reformat and structure the content to make it clearer and more presentable for publication. References In Part 2 …

Creating Custom Generators with ng generate 🤖 A note on this article: I used Claude to help reformat and structure the content to make it clearer and more presentable …

In the previous article on Angular.love, we covered the foundational mechanics of Claude Skills and how they prevent language models from polluting modern codebases with legacy patterns. Left to …

Security is one of the most important aspects of today’s IT world. At a time when data, know-how, or application source code may be worth millions of dollars, protecting …

In this article I want to focus on and dive deep into the topic of navigation in Angular. As we know, navigation in Single Page Applications (SPAs) differs from …

In several previous articles – How to adapt applications for people with disabilities, Digital Accessibility 2025, Building an Accessible Variant Selector – we discussed the topic of digital accessibility: …

If you’ve been using Claude Code for your daily Angular work – scaffolding components, debugging RxJS chains, refactoring services – you’ve probably noticed it sometimes generates outdated patterns. NgModules …

The Angular team constantly introduces new features and tools to make development easier. One of these helpful tools is 'generators.’ These generators automatically update your code to the latest …

Consider User Interface (UI) as an independent standalone layer made of small and reusable blocks -> first class citizens of every Angular app. Such an approach is called Component …

I bet you’ve already heard/read about state management. If not, I bet again that you want your applications to be easier to maintain/extend. Of course, having state management in …