I'm trying to implement a side menu in my app ionic 5. but i can't seem to do so. when i run the app, it will go to home page but won't go to other pages like stats page, savings page. triedto look at the console log for errors but there were no errors.
This is my html page html page
This is routing-module.ts
This is my console log page. Console page
It doesn't state any error but it won't go to the page i want either
In the HTML code instead of
routerLink="home"change it to[routerLink]="['/home']". Hope it will work.