<router-outlet></router-outlet> -->
<mat-card class="CBAform">
<mat-card-content>
- <mat-horizontal-stepper [linear]="isLinear" #stepper>
- <mat-step [stepControl]="firstFormGroup">
- <ng-template matStepLabel>CBA Metadata</ng-template>
- <app-select-template></app-select-template>
- <div>
- <button mat-button matStepperNext style="color:white;background:gray">Proceed</button>
- </div>
- </mat-step>
- <mat-step [stepControl]="secondFormGroup">
- <ng-template matStepLabel>Controller Blueprint Designer</ng-template>
- <app-modify-template></app-modify-template>
- <div style="position:relative">
- <button mat-button matStepperNext style="color:white;background:gray; right: 20px; position: absolute;bottom:5px; ">Proceed</button>
- </div>
- </mat-step>
- <mat-step [stepControl]="thirdFormGroup">
- <ng-template matStepLabel>Test</ng-template>
- <app-test-template></app-test-template>
- </mat-step>
- <mat-step [stepControl]="thirdFormGroup">
- <ng-template matStepLabel>Deploy</ng-template>
- <app-deploy-template></app-deploy-template>
- </mat-step>
- </mat-horizontal-stepper>
+ <mat-horizontal-stepper [linear]="isLinear" #stepper>
+ <mat-step [stepControl]="firstFormGroup">
+ <ng-template matStepLabel>CBA Metadata</ng-template>
+ <app-select-template></app-select-template>
+ </mat-step>
+ <mat-step [stepControl]="secondFormGroup">
+ <ng-template matStepLabel>Controller Blueprint Designer</ng-template>
+ <app-modify-template></app-modify-template>
+ <div style="position:relative">
+ <button mat-button matStepperNext class="matStepNextBtn">Proceed</button>
+ </div>
+ </mat-step>
+ <mat-step [stepControl]="thirdFormGroup">
+ <ng-template matStepLabel>Test</ng-template>
+ <app-test-template></app-test-template>
+ </mat-step>
+ <mat-step [stepControl]="thirdFormGroup">
+ <ng-template matStepLabel>Deploy</ng-template>
+ <app-deploy-template></app-deploy-template>
+ </mat-step>
+ </mat-horizontal-stepper>
</mat-card-content>
- </mat-card>
+</mat-card>
\ No newline at end of file