Angular fragment router with route buttons does not render component
I am trying to use the fragment routes on angular18(standalone components) for the first time. Clicking on the route links changes the routes to the fragment route, eg “/#about” but the component does not render unless I go to the normal routes eg “/about”.