Transition into routes with helpers directly on template.
- Ember.js v4.0.1 or above
- Ember CLI v4.4.0 or above
- Node.js v14 or above
ember install ember-route-helpers
(transition-to)
helper that receives the same argument signature as link-to
but evaluates to an action that can be called to trigger transition.
(replace-with)
helper that transition into another route while replacing the current URL, if possible. This will replace the current history entry instead of adding a new one. Beside that, it is identical to transitionTo in all other respects.
(transition-to-external)
helper that transition from an Engine to an external route.
(replace-with-external)
helper that transition (replacing) from an Engine to an external route.
If you want to contribute to this addon, please read the CONTRIBUTING.md.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details