ui: Update route blueprint to use native classes and consul base route (#8967)

pull/8949/head
John Cowen 4 years ago committed by GitHub
parent 13c06ba8bc
commit ffb710a6ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +0,0 @@
import Route from '@ember/routing/route';
export default Route.extend({
});

@ -0,0 +1,4 @@
import Route from 'consul-ui/routing/route';
export default class <%= classifiedModuleName %>Route extends Route {
}

@ -0,0 +1,5 @@
<Outlet
@name={{routeName}}
as |o|>
{{outlet}}
</Outlet>
Loading…
Cancel
Save