We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfae336 commit 72c7827Copy full SHA for 72c7827
docs/en/Developing-Step-By-Step-Angular-Adding-New-Menu-Item.md
@@ -42,12 +42,12 @@ Angular has a powerful URL routing system. ASP.NET Zero has defined routes in a
42
```json
43
{
44
path: 'phonebook',
45
- loadChildren: () => import('./phonebook/phonebook.module').then(m => m.PhonebookModule)
+ loadChildren: () => import('./phonebook/phonebook.module').then(m => m.PhoneBookModule)
46
}
47
```
48
49
We get an error since we haven't defined PhonebookModule yet. Also, we ignored permission for now (will implement later).
50
51
## Next
52
53
-- [Creating the PhoneBook Component](Developing-Step-By-Step-Angular-Creating-PhoneBook-Component)
+- [Creating the PhoneBook Component](Developing-Step-By-Step-Angular-Creating-PhoneBook-Component)
0 commit comments