What is Router state in angular 2?
Router state represents all the state of the router as a tree of activated routes.
interface RouterState extends Tree {
snapshot: RouterStateSnapshot
toString(): string
}
BY Best Interview Question ON 24 Jun 2020