Advertisement
Guest User

Untitled

a guest
Jul 15th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /* Inside of app-routing.module.ts > route > children */
  2. {
  3. path: 'notifications',
  4. loadChildren: () => import('./innerComponents/notifications/notifications.module').then(mod => mod.NotificationsModule),
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement