Pedro Nave
  • Home
  • About Me
  • Web Development
  • Productivity
Sign in Subscribe

Angular

A collection of 3 posts
Handling not found routes in Angular
Angular

Handling not found routes in Angular

In this post, we will see how we can handle 404 routes using a not found component in an Angular. There are two types of 404 routes that we want to handle: * Static 404 - the URL the user navigates to doesn't match any route; * Dynamic 404 -
May 5, 2022 2 min read
How to access route params from parent routes in Angular
Angular

How to access route params from parent routes in Angular

If you've used the Angular router, you might have run into this problem. When you have a tree of routes, you might need to access route parameters from a parent inside a child.
Apr 16, 2021 2 min read
How to use Angular OnPush Change Detection
Angular

How to use Angular OnPush Change Detection

One of the most common suggestions for improving performance in Angular is using the OnPush change detection strategy. While it does improve performance, it can lead to unwanted behavior if you're not aware of how it works.
Apr 10, 2021 5 min read
Page 1 of 1
Pedro Nave © 2025
Powered by Ghost