Skip to content

Tag: angular

Angular 404 page routing for nested modules

I’m Using nested modules in my project In the main route I only configured top-level routes: app-routing.module.ts Separately, I configured routes separately in each sub-modules, like: mall-routing.module.ts The result is, because that no other routes are defined in the main routing configs, all request…