Skip to content

Commit 0b1c815

Browse files
Merge pull request #1973 from Tony133/docs/recipe-router-module
docs(recipe): update router module
2 parents ceb168e + 518ffe4 commit 0b1c815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/recipes/router-module.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ In such a case, instead of repeating the `/dashboard` prefix within each control
1313
```typescript
1414
@Module({
1515
imports: [
16+
DashboardModule,
1617
RouterModule.register([
1718
{
1819
path: 'dashboard',

0 commit comments

Comments
 (0)