Files
DefinitelyTyped/types/ember__routing
Chris Krycho 59679b5aeb [@ember/routing] Support more transitionTo invocations (#42589)
The `transitionTo` method on both the router service and routes takes
"model" arguments in the form of either an object (which will be
resolved as the actual model) or a `string | number` identifier (which
will be used to look up the model from the store). Add tests to cover
the behavior on both, and add types for `Route.transitionTo` via
overrides (replacing the previous spread approach for consistency).
2020-02-24 16:12:09 -08:00
..