I am developing an application with the latest ABP with Angular. I'm loving the new template and can't wait to finish this application I'm building in it. But I can't find the navigation provider to set my menus on the UI. Please help.
I suppose you have created new template with Angular4. In that case, it does not contain navigation provider. Instead, we have included menu in the Angular4 code.
You can see and change menu from sidebar-nav.component.ts: https://github.com/aspnetboilerplate/module-zero-core-template/blob/master/angular/src/app/layout/sidebar-nav.component.ts#L12