Given a route config
{ path: \'/root/:rootId\', children: [{ path: \'/child1/:child1Id\', children: [{ path: \'/child2/:child2
I got the first route param this way:
console.log(this.route.snapshot.firstChild.params)