summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts
diff options
context:
space:
mode:
authorSunder Tattavarada <statta@research.att.com>2020-02-04 15:40:52 +0000
committerGerrit Code Review <gerrit@onap.org>2020-02-04 15:40:52 +0000
commitc1ca4d3517a9ff2854ff5f084514d0334fc12a64 (patch)
tree62abfc1478ed832174a48ee5c1203513c238a36f /ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts
parentc345a2309421097ba02de062fcbfccd0c0f3be9d (diff)
parent5505e42484efac0273627795583179d58f81a1ee (diff)
Merge "Added RDP Library"
Diffstat (limited to 'ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts')
-rw-r--r--ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts b/ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts
new file mode 100644
index 00000000..13fc1d02
--- /dev/null
+++ b/ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts
@@ -0,0 +1,10 @@
+import { Component } from '@angular/core';
+
+@Component({
+ selector: 'app-root',
+ templateUrl: './app.component.html',
+ styleUrls: ['./app.component.css']
+})
+export class AppComponent {
+ title = 'portalsdk-tag-library';
+}