diff options
author | Dan Timoney <dtimoney@att.com> | 2019-11-19 21:21:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-19 21:21:03 +0000 |
commit | f0b747065e11ee5cc1be4bad2983a557af9c7969 (patch) | |
tree | 325f2b9c7adb2b082e30c1fee9cf10f8e09b596f /cds-ui/client-frankfurt/src/app/app.component.ts | |
parent | 2783ded8664505cc0bbfd254fc2a96c5830b66a0 (diff) | |
parent | 32a1d4fac56ff29b0e50fa88bdf88047c51bc0be (diff) |
Merge "add main module and hrml of designer component in new cds ui"
Diffstat (limited to 'cds-ui/client-frankfurt/src/app/app.component.ts')
-rw-r--r-- | cds-ui/client-frankfurt/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cds-ui/client-frankfurt/src/app/app.component.ts b/cds-ui/client-frankfurt/src/app/app.component.ts index 259653aaf..f60f622ce 100644 --- a/cds-ui/client-frankfurt/src/app/app.component.ts +++ b/cds-ui/client-frankfurt/src/app/app.component.ts @@ -24,7 +24,7 @@ import { Component } from '@angular/core'; @Component({ selector: 'app-root', templateUrl: './app.component.html', - styleUrls: ['./app.component.css'] + styleUrls: ['./app.component.css'], }) export class AppComponent { |