ActivatedRoute



ActivatedRoute 
The ActivatedRoute is specific to each routed component loaded by the Angular Router. It contains information about the route, its parameters, and additional data associated with the route.

import { ActivatedRoute } from '@angular/router';