Angular application returning 404 error (whitelabel error) with nested module routers path links, which angular application(having auth guards for each request) has been added under static folder of resources of spring boot application,no issues with hyperlinks of app router paths, it's failing when nested module routers loadig along with app router hyper link paths.
Actually app router path having logic to load nested module with loadchildren method.
Gone through many online articles but these solutions working till app router paths only , not handing nested routers with app router paths.
Can please anybody help with this issue.