diff options
author | Dan Timoney <dtimoney@att.com> | 2019-01-07 17:31:15 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-01-07 17:31:15 +0000 |
commit | f352a874bd742784541ee67112ea2e648a5b3951 (patch) | |
tree | e799db96f83412c8bdbead59af0f07268202eb9c /cds-ui/client/src/app/feature-modules/blueprint/blueprint.component.html | |
parent | b114208b9dfba7a42dfb009106143c7b506884a4 (diff) | |
parent | 6c32c195884f1d07085c6949eaf2d186203b4f19 (diff) |
Merge "Blueprint routing"
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 | 5 |
1 files changed, 2 insertions, 3 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 87d0acdf3..8778de4ce 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,6 +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============================================ --> -<p> - blueprint works! -</p> +<app-cbawizard></app-cbawizard> +<router-outlet></router-outlet> |