I have migrated my web app from 9 to angular 15 and did all components standalone. But on the final step got an issue, when I did my app root component standalone. Now after page refresh or initial load the router-outlet does not load component. Loads only if I go thru menu (click on menu item). Any ideas?
Have not found any solution in internet :(