Built frontend will get some routes by angular eg.: /componenttypes for the page with componenttypes.
This is fine as long as nobody refreshes the page, due to the fact that there is no actual reload, if angular serves the pages. BUT if the built frontend is deployed on nginx server these routes cannot be assigned anymore, keep in mind to add location parts to every of these!
Built frontend will get some routes by angular eg.: /componenttypes for the page with componenttypes.
This is fine as long as nobody refreshes the page, due to the fact that there is no actual reload, if angular serves the pages. BUT if the built frontend is deployed on nginx server these routes cannot be assigned anymore, keep in mind to add location parts to every of these!