Let’s say I want route to a url as localist:8888/apps/my page
So this route should be set in angular components or .net mvc controller? Or both places.
My situation is I have a controller load all initial data already.do I create a new controller for this specific route?