Template helpers utilizing the router service.
npm install ember-router-helpers
Compatibility
------------------------------------------------------------------------------
* Ember.js v3.20 or above
* Ember CLI v3.20 or above
* ember-auto-import >= 2
* Node.js v12 or above
Installation
------------------------------------------------------------------------------
```
ember install ember-router-helpers
Usage
------------------------------------------------------------------------------
* route-params
`hbs`
{{#let (route-params "parent.child") as |routeParams|}}
Blah
{{/let}}
* transition-to
`hbs`
* replace-with
`hbs`
* is-active
`hbs`
{{is-active "parent.child"}}
* url-for`hbs``
{{url-for "parent.child"}}