InterviewSolution
Saved Bookmarks
| 1. |
What is Activatedroutesnapshot in angular 2? |
|
Answer» Activatedroutesnapshot in Angular 2 is basically an immutable object which is used to represent a particular version of ActiveRoute. For the IMPLEMENTATION of Activatedroutesnapshot object FOLLOWING SYNTAX can be used. Router state represents all the state of the router as a tree of activated routes. interface RouterState extends Tree { |
|