I can't get route params data in modal components.
Url: http://localhost:4200/portal/profiles/edit/5303
routing:
{
path: ':accountId',
component: ProfileOverviewComponent,
data: {
title: 'Profile Overview',
icon: 'fa fa-id-card-o'
}
},
This command returns false:
if (this.route.snapshot.paramMap.get('accountId'))