Saturday, November 24, 2018

Using ParamMap Observable For Handling Route In Angular

In this article, we are going to learn how to use paramMap observable of ActivatedRoute and also learn how it is better to use than a snapshot to read the parameter. Till now we were using the snapshot to read the route parameter but using snapshot has several drawbacks. So, we will also see the difference how the paramMap is better over snapshot.

source https://www.c-sharpcorner.com/article/using-parammap-observable-for-handling-route-in-angular/

No comments:

Post a Comment