Skip to content

Commit

Permalink
Steps | routing doc typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Feb 16, 2024
1 parent 4157578 commit 27065cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/showcase/doc/steps/routingdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class StepsRoutingDemo implements OnInit {
children: [
{ path: 'personal', component: PersonalDemo },
{ path: 'seat', component: SeatDemo },
{ path: 'payment', component: PaymentDemo }
{ path: 'payment', component: PaymentDemo },
{ path: 'confirmation', component: ConfirmationDemo },
{ path: '', redirectTo: 'personal', pathMatch: 'full' },
]
Expand Down

0 comments on commit 27065cf

Please sign in to comment.