You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aio/content/guide/router-tutorial-toh.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ Replace the contents of each component with the sample HTML below.
178
178
179
179
In order to use the `Router`, you must first register the `RouterModule` from the `@angular/router` package.
180
180
Define an array of routes, `appRoutes`, and pass them to the `RouterModule.forRoot()` method.
181
-
The `RouterModule.forRoot()` method returns a module that containa the configured `Router` service provider, plus other providers that the routing library requires.
181
+
The `RouterModule.forRoot()` method returns a module that contains the configured `Router` service provider, plus other providers that the routing library requires.
182
182
Once the application is bootstrapped, the `Router` performs the initial navigation based on the current browser URL.
0 commit comments