Guards and resolvers – Controlling Navigation Flow
Guards control access, while resolvers are responsible for fetching data. Together, they help us protect routes and pre-load essential information. Even though we use them in almost all of …
Guards control access, while resolvers are responsible for fetching data. Together, they help us protect routes and pre-load essential information. Even though we use them in almost all of …
Master Angular navigation using RouterLink, programmatic routing, and UrlTree to build state-persistent, clean, and dynamic SPAs.
Imagine that in your organization one team is building a library that you want to integrate into your...
Angular is a very, very powerful framework, which means it has lots of features. Of course, everyone knows the essentials, like components, services, routing, etc. But obviously, almost every Angular developer has some features they've never tried, or even heard of. In today's article, we are going
Stop using the vague service suffix. Adopt descriptive names and design patterns to clarify responsibilities and build maintainable code.
In this article, we’ll explore how auxiliary routes work, how to define and set up named router...
Since some time ago, there has been growing criticism towards Microfrontends (MFEs) with the...
The other day, one of my coworkers detected a strange behavior inside our application. When he added...
When building web application, from time to time we have to protect routes from unauthorized access....
Simplify route data access in Angular 16 by using Input bindings. Eliminate boilerplate and ActivatedRoute injection for cleaner code.
Welcome to Angular challenges #6 : part 2 The sixth challenge is about managing...
While puzzling around with Nx' Webpack Module Federation support, I stumbled upon an issue that...
Welcome to Angular challenges #6. The aim of this series of Angular challenges is to...
As a Frontend developer,You come across a situation where you have to show a component only if you...
Today I was talking with my friend Leifer, and he asked me some about Functional Guards in Angular...
I implemented the Angular Movies app shell with StateAdapt and the code decreased by 50%.
The introduction of dynamic islands in iPhone 14 piqued the interest of many designers and developers...
The why
Introduction Animations pique a user's interest in applications. Not only that, animations can also...
This article shows an approach for using different frameworks and versions together. It also discusses the pros and cons.
Mit dem Angular Router simulieren wir verschiedene Seiten und etablieren eine Navigationsstruktur
Erste Komponente, die via HTTP Daten abruft und via Datenbindung darstellt.
Eine erste Angular-Anwendung