Hello everyone, I recently started exploring Ionic and Angular and I have a question regarding internal links in the Ionic framework. To begin my learning journey, I decided to work with the pre-made project called Ionic sidemenu. I am attempting to create a link on the home page that redirects to the list page when clicked. However, I am facing some issues as I keep encountering errors in the process.
Here is the code snippet I am trying to use:
<a button href="../list/list.html"></a>
Unfortunately, the href attribute in the code does not seem to be functioning properly. I believe there might be some specific way to call /list/list as a package using TypeScript but I'm not entirely sure.
If anyone has encountered a similar problem and knows a solution, I would greatly appreciate your help.