Skip to content

Commit

Permalink
test5: destination as card
Browse files Browse the repository at this point in the history
  • Loading branch information
edelclaux committed Apr 24, 2024
1 parent 74fa206 commit 4266ecd
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<div class="container">
<div class="panel">
<div class="panel-heading">
<div class="card">
<div class="card-header">
<header-stepper />
<stepper [step]="step"></stepper>
</div>
<div class="panel-body">
<div class="card-body">
<router-outlet (activate)="onActivate($event)"></router-outlet>
<footer>
<footer-stepper [stepComponent]="stepComponent"></footer-stepper>
</footer>
</div>
</div>
<footer>
<footer-stepper [stepComponent]="stepComponent"></footer-stepper>
</footer>
</div>

0 comments on commit 4266ecd

Please sign in to comment.