Skip to content

Commit

Permalink
feat(breadcrumbs): default route on initial load
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Fernandes committed Dec 5, 2024
1 parent bb9d954 commit ad8ccb3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions projects/demo/src/app/breadcrumbs/breadcrumbs.demo.routing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ const ROUTES: Routes = [
path: '',
component: BreadcrumbsDemo,
children: [
{
path: '',
redirectTo: 'paints',
pathMatch: 'full',
},
{
path: 'paints',
component: PaintsDemo,
Expand Down

0 comments on commit ad8ccb3

Please sign in to comment.