A polyfill for the Ember Router Service API, enabling its use in Ember versions prior to 2.15.
This addon provides a best-effort polyfill for the ember-routing-router-service feature introduced in Ember.js 2.15. It allows developers to use the modern Router Service API in older Ember applications, facilitating smoother upgrades and consistent code patterns across different Ember versions.
Ember.inject.service() in components and other Ember objects.transitionTo and replaceWith methods on the router service for programmatic navigation.The project aims to provide a reliable, best-effort implementation of the Router Service API for older Ember versions, following the official RFC specification to ensure consistency with Ember's future direction.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.