summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/portalsdk-tag-library/src/app/app.component.ts
diff options
context:
space:
mode:
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';
+}