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

Class

app/routes/data-class.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import Route from '@ember/routing/route';
3
4export default class DataClassRoute extends Route {
5 /** @type {import('@ember/routing/router-service').default} */
6 @service
7 router;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected