angular / router

The Angular 1 Component Router
MIT License
665 stars 135 forks source link

How can I add to the parameters collection #429

Open chambersDon opened 7 years ago

chambersDon commented 7 years ago

Is it possible to add a router parameter pragmatically? I have this route config:

        path: 'app/:tenantId',
        children: [
           ...

Is there some event I can subscribe to and then add this to the parameters collection? I can't seem to find a way to edit the parameters collection.