在 ABP 中找不到 Navigation Provider

Cannot find Navigation Provider in ABP

我正在使用 Angular 使用最新的 ABP 开发应用程序。我喜欢这个新模板,迫不及待地想完成我在其中构建的这个应用程序。但是我找不到导航提供商来在 UI 上设置我的菜单。请帮忙。

我想您已经使用 Angular4 创建了新模板。在这种情况下,它不包含导航提供程序。相反,我们在 Angular4 代码中包含了菜单。

您可以从侧边栏查看和更改菜单-nav.component.ts:https://github.com/aspnetboilerplate/module-zero-core-template/blob/master/angular/src/app/layout/sidebar-nav.component.ts#L12