December 2017
Beginner
372 pages
10h 32m
English
The last thing to do here with regards to defining routes is to import our newly created newsroutingmodule module into our main module, which is the app module. The modules are imported into the imports property of the NgModule, as seen in the following code. This tells Angular to load the newsroutingmodule, which can then be accessed from any part of the application:
imports: [ BrowserModule, newsroutingmodule, HttpModule ],
Read now
Unlock full access