X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fui%2Fcatalog-card%2Fcatalog-card.component.ts;h=b81d2d54070fe1a33565a8cb3f5a8ef3292bdb05;hb=cec131cf4b0279bd6a6d4dd31642270cebe38711;hp=fa7811b648e22cd0d54ea3667838b5a0e0ce211c;hpb=be7a01eda7e4fb9f97a18009d727e6a0692e9399;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts b/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts index fa7811b6..b81d2d54 100644 --- a/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts +++ b/webapp-frontend/src/app/ui/catalog-card/catalog-card.component.ts @@ -2,7 +2,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% - * Copyright (C) 2019 AT&T Intellectual Property and Nokia + * Copyright (C) 2019 AT&T Intellectual Property * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -22,9 +22,9 @@ import {Router} from '@angular/router'; import {UiService} from '../../services/ui/ui.service'; @Component({ - selector: 'app-catalog-card', + selector: 'rd-app-catalog-card', templateUrl: './catalog-card.component.html', - styleUrls: ['./catalog-card.component.css'] + styleUrls: ['./catalog-card.component.scss'] }) export class CatalogCardComponent implements OnInit, OnDestroy { darkMode: boolean;