Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Izeni
Angular Template
Wiki
cookbook routing
cookbook routing
· Changes
Page history
Update cookbook routing
authored
May 08, 2017
by
Joe Lewis
Show whitespace changes
Inline
Side-by-side
cookbook-routing.md
View page @
a5b8a623
### Lazy Loaded Routes/Modules (Angular
2.4.
4, Angular CLI 1.0.0
-beta.26
)
### Lazy Loaded Routes/Modules (Angular 4, Angular CLI 1.0.0)
```
javascript
// app/home/home.module.ts
import
{
NgModule
}
from
'
@angular/core
'
;
...
...