Obtenha URL atual Última parte angular
constructor(private route: ActivatedRoute){}
ngOnInit() {
this.route.parent.snapshot.url[2].path;
}
Open Otter