MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / AppRouter

Class AppRouter

app/router.js:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5// The following adds support for URL hash routing for those URLs not prerendered
6@withHashSupport
7class AppRouter extends EmberRouter {
8 location = config.locationType;
9 rootURL = config.routerRootURL;
10}
11
12AppRouter.map(function () {
13 this.route('ember-cli');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected