angular Router data as components inputs in Angular v16 Router data as components inputs is a new feature coming in Angular 16. In this article, we will explore how it works, and learn how to use it.
angular Leveraging Dependency Injection to reduce duplicated code in Angular How to eliminate duplicated code when getting route params, query params or data from Activated Route in Angular by using dependency injection.
angular Angular Router: Revealing some interesting facts and features Exploring some handy features provided by Angular Router
angular Demystifying angular/router: what is RouterScroller and why is it useful ? The RouterScroller entity is a very interesting part of the Angular Router. In this post, we're going to have a look at how it works, what makes its features possible and how it can be configured, depending on the developer's needs.
angular The difference between the canActivate and canActivateChild guards In this article I explain the difference between the canActivate and canActivateChild guards.
angular Improved Navigation in Angular 7 with switchMap In this article we’ll examine these changes and see how they can be used. We’ll also see how switchMap enforces that only one navigation can exist at any one time.
angular New in Angular 7.1: Router Updates In this article, we’ll explore how to start using these new features. We’ll also understand the motivations behind them, and take a glance at how they are implemented in the Angular sources.
angular How to reuse common layouts in Angular using Router In this article we will learn about how to reuse common layouts in Angular using Router.
angular Angular Router Series: Pillar 3 — Lazy Loading, AOT, and Preloading Lazy loading is a useful technique for faster initial page loads. With lazy loading, your application loads faster by shipping only the essential startup code to the browser. Another code is placed inside of feature modules, which are loaded on demand.
angular Angular Router Series: Pillar 2 — Understanding The Router’s Navigation Cycle This article explores Angular Router Series: Pillar 2 — Understanding The Router’s Navigation Cycle.
angular The Three Pillars of the Angular Router — Router States and URL Matching In the introductory article for this series, we glanced over the architecture of Angular’s router, and defined three pillars of the router: router states, navigation, and lazy loading.
angular Angular Router Series: Secondary Outlets Primer In this short article, we’re going to explore secondary outlets (sometimes called named router outlets), and see the role they play in routing.
angular The Three Pillars of Angular Routing. Angular Router Series Introduction. The Angular router is a marvel of software engineering. From handling application navigation to enforcing route guards and facilitating lazy loading of modules, Angular’s router is indispensable for most applications.
angular Deploy an Angular Application to IIS The Angular Router is a fantastic module for Single Page Apps. However, to deploy it in a Production scenario you will typically need to do some configuration to make it work.