📄️ create
Create a route and return the instance.
📄️ get
Get the Router instance
📄️ addRoute
Add a new route to your app. If you want to render a template when the route is loaded you must return a function that returns your template. If you want to know more about the route types you can read core concepts/static routes and core concepts/dynamic routes
📄️ redirectTo
You can use the redirectTo() method to redirect the user to another URL without reloading the browser.
📄️ getRouteParams
Method to get information from the URL in a dynamic path.