refactor(router): clean up naming
This commit is contained in:
@ -133,7 +133,7 @@ export const ROUTER_CONFIG = [
|
||||
{path: '', terminal: true, redirectTo: 'inbox'},
|
||||
{path: 'inbox', component: InboxCmp},
|
||||
{path: 'drafts', component: DraftsCmp},
|
||||
{path: 'detail', mountChildren: 'app/inbox-detail.js' }
|
||||
{path: 'detail', loadChildren: 'app/inbox-detail.js' }
|
||||
];
|
||||
|
||||
@Component({
|
||||
|
Reference in New Issue
Block a user