
Angular 21 – what’s new ?
Another Angular major update has been released so it is high time to go over it. Let’s analyse what has been changed and how we can use it in …
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

Another Angular major update has been released so it is high time to go over it. Let’s analyse what has been changed and how we can use it in …

Before You Continue This guide focuses on creating dynamic meta tags, a technique that requires a basic understanding of Angular SSR (Server-Side Rendering) or SSG (Static Site Generation). While …

Web accessibility, though frequently disregarded, offers universal advantages. This article examines a standard tile-based variant selector, initially developed following the path of least resistance, highlights its shortcomings, and demonstrates …

Server-side rendering (SSR) is gaining an increasingly significant foothold in the ever-evolving front-end landscape. Most frameworks now offer their own SSR-oriented meta variants – such as Next.js for React, …

The world of software development is changing faster than ever. Artificial Intelligence is no longer just a trend. It’s already part of the way we build software. In this …

Are you an Angular enthusiast? Did you know that there’s a big Angular community that holds various events that bring fellow Angular enthusiasts together? Angular has a rising popularity …
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 …