You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @MaciejHanajczyk. To create default state use something like this:
<app-router><app-routepath="/" redirect="/home"></app-route><app-routepath="/home" import="home-page.html"></app-route><!-- Another pages here --><app-routepath="*" import="not-found-page.html"></app-route></app-router>
Hi,
how to configure a default/startup route on app-router in html?
Is there a 'active' or 'default' property on app-router element which sets that?
The text was updated successfully, but these errors were encountered: