summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/performance/performance.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'usecaseui-portal/src/app/performance/performance.component.ts')
-rw-r--r--usecaseui-portal/src/app/performance/performance.component.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/performance/performance.component.ts b/usecaseui-portal/src/app/performance/performance.component.ts
new file mode 100644
index 00000000..12405e9e
--- /dev/null
+++ b/usecaseui-portal/src/app/performance/performance.component.ts
@@ -0,0 +1,16 @@
+import { Component, OnInit } from '@angular/core';
+
+@Component({
+ selector: 'app-performance',
+ templateUrl: './performance.component.html',
+ styleUrls: ['./performance.component.less']
+})
+export class PerformanceComponent implements OnInit {
+
+ constructor() { }
+
+ ngOnInit() {
+
+ }
+
+}