This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="main-layout"> | |
| <!-- Main Form Content Area --> | |
| <div class="main-content-area"> | |
| <h1>Deployment Configuration</h1> | |
| <!-- Tab Navigation --> | |
| <div class="tab-navigation"> | |
| <button (click)="setActiveTab('application-details')" [ngClass]="{'active': activeTab === 'application-details'}">Application Details</button> | |
| <button (click)="setActiveTab('build-deploy-setup')" [ngClass]="{'active': activeTab === 'build-deploy-setup'}">Build & Deploy Setup</button> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Afghanistan", | |
| "dial_code": "+93", | |
| "code": "AF" | |
| }, | |
| { | |
| "name": "Aland Islands", | |
| "dial_code": "+358", | |
| "code": "AX" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Afghanistan", | |
| "dial_code": "+93", | |
| "code": "AF" | |
| }, | |
| { | |
| "name": "Aland Islands", | |
| "dial_code": "+358", | |
| "code": "AX" |