|
|
@ -30,14 +30,12 @@ import { Ng2StateDeclaration } from '@uirouter/angular'; |
|
|
|
|
|
|
|
|
|
|
|
export const MY_ACCOUNT_LAZY_ROUTES:Ng2StateDeclaration[] = [ |
|
|
|
export const MY_ACCOUNT_LAZY_ROUTES:Ng2StateDeclaration[] = [ |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: 'my_notification.**', |
|
|
|
name: 'my_notifications.**', |
|
|
|
parent: 'root', |
|
|
|
|
|
|
|
url: '/my/notifications', |
|
|
|
url: '/my/notifications', |
|
|
|
loadChildren: () => import('./user-preferences.module').then((m) => m.OpenProjectMyAccountModule), |
|
|
|
loadChildren: () => import('./user-preferences.module').then((m) => m.OpenProjectMyAccountModule), |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
name: 'user_notifications.**', |
|
|
|
name: 'user_notifications.**', |
|
|
|
parent: 'root', |
|
|
|
|
|
|
|
url: '/users/:userId/edit/notifications', |
|
|
|
url: '/users/:userId/edit/notifications', |
|
|
|
loadChildren: () => import('./user-preferences.module').then((m) => m.OpenProjectMyAccountModule), |
|
|
|
loadChildren: () => import('./user-preferences.module').then((m) => m.OpenProjectMyAccountModule), |
|
|
|
}, |
|
|
|
}, |
|
|
|