How to get the routing id? of angularjs

1, how to get his id? by jumping from one page to another

http://localhost:5000/-sharp/Role/roleTopower?id=3

is how to get the value of the current id

Mar.05,2021

defined in routing:--> url:'/ Role/roleTopower/:id',
get with $stateParams.id in another page : id
http://www.cnblogs.com/549294.

Menu