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: Templates/All-In-One-Template/MySpaProject/MySpaProject.WebSpaAngular/App_Start/MySpaProjectNavigationProvider.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
4
4
namespaceMySpaProject.WebSpaAngular
5
5
{
6
+
/// <summary>
7
+
/// This class defines menus for the application.
8
+
/// It uses ABP's menu system.
9
+
/// When you add menu items here, they are automatically appear in angular application.
10
+
/// See .cshtml and .js files under App/Main/views/layout/header to know how to render menu.
Copy file name to clipboardExpand all lines: Templates/All-In-One-Template/MySpaProject/MySpaProject.WebSpaAngular/Controllers/MySpaProjectControllerBase.cs
0 commit comments