Page doesn’t load – TypeScript
I’m having this issue and cannot seem to recognise what the problem is.
I have a list of users coming from a db and listed as a directory on the page. When i click on one of the directory (user); the url where it suppose to go changes (on the address bar) but the page doesn’t change to the new page where it supposed to go (load).
I have to then refresh the page which then loads the new page.
Thinking it might be router issue. This is part of my code – if anyone can suss out what the issue is or direct me correctly with the code will appreachiate it:
Page doesn’t load – TypeScript
I’m having this issue and cannot seem to recognise what the problem is.
I have a list of users coming from a db and listed as a directory on the page. When i click on one of the directory (user); the url where it suppose to go changes (on the address bar) but the page doesn’t change to the new page where it supposed to go (load).
I have to then refresh the page which then loads the new page.
Thinking it might be router issue. This is part of my code – if anyone can suss out what the issue is or direct me correctly with the code will appreachiate it: