Giter Club home page Giter Club logo

ember-engines-router-service's Introduction

villander

[Short description of the addon.]

Installation

ember install villander

Usage

[Longer description of how to use the addon in apps.]

Contributing

Installation

  • git clone <repository-url>
  • cd villander
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in "watch mode"
  • npm test – Runs ember try:each to test your addon against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

License

This project is licensed under the MIT License.

ember-engines-router-service's People

Contributors

anastasiiaplutalova avatar dependabot-preview[bot] avatar ember-tomster avatar jenweber avatar sergeastapov avatar villander avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ember-engines-router-service's Issues

TransitionTo concats route name to URL

In our application, we have a parent carousel component, depending on certain variables one of four children component containers will be used along with a series of product tile components within. When a product tile is clicked on the service router's transitionTo(‘url’) is invoked.

Screen Shot 2021-03-12 at 10 33 22 AM

Of these four children components, one exists in an ember engine & first passes through the ember-engine-router-service(ERS) when a click event is registered. In this instance, Router_doTransition() will eventually fail as the route name & URL have been merged together when passing through ERS, as shown below. ExternalRoutes configuration arrays for the app & engine both include the needed route names.

Screen Shot 2021-03-12 at 10 33 48 AM

0.4.0: Could not find module initializers/ember-engines-router-service

When attempting to use v0.4.0 of this addon, the tests we have in our application that use the engine containing this addon blow up with the following error:

Error: Could not find module `[EMBER_ENGINE]/initializers/ember-engines-router-service` imported from `(require)`

v0.3.0 continues to work as expected. I'm guessing this is something related to the migration to v2 addon format? We are using ember-auto-import v2 so v2 addons should theoretically work 🤔

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.