0
0
JRJose Romero
The code creates a new lazy path that loads the lazy module when called.
Library: angular
Shortcut: angular.routes.path.lazy
{
path: 'path',
loadChildren: () => import('lazy-path').then(m => m.lazy-module)
},
0
0
JRJose Romero
The code creates a new lazy path that loads the lazy module when called.
Library: angular
Shortcut: angular.routes.path.lazy
{
path: 'path',
loadChildren: () => import('lazy-path').then(m => m.lazy-module)
},