summaryrefslogtreecommitdiffstats
path: root/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-02-05 16:09:07 +0000
committerGerrit Code Review <gerrit@onap.org>2019-02-05 16:09:07 +0000
commit4ca59f42b60d2aa653f53e4e5887bdfdcef161f9 (patch)
treeca203fd7947ecf0a44c043db021be2972e251ecb /cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts
parent35a56c0a3fcf54aa8862b157bb6732522661fc80 (diff)
parent747524c37cd8156c585209463567b5d320417e99 (diff)
Merge "Application name input to CBAWizard"
Diffstat (limited to 'cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts')
-rw-r--r--cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts5
1 files changed, 4 insertions, 1 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts
index 59cbb4593..4612499ac 100644
--- a/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts
+++ b/cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.ts
@@ -27,8 +27,11 @@ import { Component, OnInit } from '@angular/core';
styleUrls: ['./blueprint.component.scss']
})
export class BlueprintComponent implements OnInit {
+ appName: String;
- constructor() { }
+ constructor() {
+ this.appName="cba";
+ }
ngOnInit() {
}