Open web-dave opened 6 years ago
/books
books-routing.module
path: 'books'
path: ''
app-routing.module
BooksModule
AppModule
ng serve
Next
/books
routing rules tobooks-routing.module
path: 'books'
topath: ''
app-routing.module
set/books
to loadChildrenBooksModule
fromAppModule
(completely)ng serve
to make it work