See the License for the specific language governing permissions and
limitations under the License.
============LICENSE_END============================================ -->
+
<!-- <app-cbawizard [appName]="appName"></app-cbawizard>
<router-outlet></router-outlet> -->
<mat-card class="CBAform">
<button mat-button matStepperNext class="matStepNextBtn">Proceed</button>
</div>
</mat-step>
- <mat-step [stepControl]="thirdFormGroup">
+ <!-- <mat-step [stepControl]="thirdFormGroup">
<ng-template matStepLabel>Deploy</ng-template>
<app-deploy-template></app-deploy-template>
- </mat-step>
+ </mat-step> -->
<mat-step [stepControl]="thirdFormGroup">
<ng-template matStepLabel>Test</ng-template>
<app-test-template></app-test-template>