mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-08 19:45:08 +00:00
(apps/academy) Added page info in between the desktop navigation buttons
This commit is contained in:
parent
bb0efade72
commit
6b6442b37f
|
@ -144,8 +144,13 @@
|
||||||
[svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
|
[svgIcon]="'heroicons_outline:arrow-narrow-left'"></mat-icon>
|
||||||
<span class="mr-1">Prev</span>
|
<span class="mr-1">Prev</span>
|
||||||
</button>
|
</button>
|
||||||
|
<div class="flex items-center justify-center mx-2.5 font-medium leading-5 text-on-primary">
|
||||||
|
<span>{{currentStep + 1}}</span>
|
||||||
|
<span class="mx-0.5 text-hint">/</span>
|
||||||
|
<span>{{course.totalSteps}}</span>
|
||||||
|
</div>
|
||||||
<button
|
<button
|
||||||
class="flex-0 ml-0.5"
|
class="flex-0"
|
||||||
mat-flat-button
|
mat-flat-button
|
||||||
[color]="'primary'"
|
[color]="'primary'"
|
||||||
(click)="goToNextStep()">
|
(click)="goToNextStep()">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user