diff options
author | ezhil <ezhrajam@in.ibm.com> | 2019-01-30 20:23:56 +0530 |
---|---|---|
committer | ezhil <ezhrajam@in.ibm.com> | 2019-01-30 20:24:19 +0530 |
commit | 747524c37cd8156c585209463567b5d320417e99 (patch) | |
tree | 3e5a955f9c831c3b036745d6cba2b5e791ae80fa /cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html | |
parent | 5e0ae9df92d5dea5549839696845613d7b8978ad (diff) |
Application name input to CBAWizard
Change-Id: I70edac57bbfb38a45dafcd48cefd169e60fbb8aa
Issue-ID: CCSDK-703
Signed-off-by: ezhil <ezhrajam@in.ibm.com>
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html index 8778de4ce..68d0ade67 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html @@ -16,5 +16,5 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ --> -<app-cbawizard></app-cbawizard> +<app-cbawizard [appName]="appName"></app-cbawizard> <router-outlet></router-outlet> |