X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fapp.component.ts;h=a071606e912afac366c926bd2dc543c9beee0b32;hb=ef7aaebff30559d8f81ceb0e95d66a7726f529b2;hp=15c8832c931ac82dfc99746ccf9d047917b4d6a1;hpb=21f98d01948dabb1d6a89b60f5694969e42c9e63;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/app.component.ts b/webapp-frontend/src/app/app.component.ts index 15c8832c..a071606e 100644 --- a/webapp-frontend/src/app/app.component.ts +++ b/webapp-frontend/src/app/app.component.ts @@ -17,7 +17,7 @@ * limitations under the License. * ========================LICENSE_END=================================== */ -import {Component, OnInit} from '@angular/core'; +import { Component, OnInit } from '@angular/core'; import {UiService} from './services/ui/ui.service'; @Component({ @@ -30,7 +30,6 @@ export class AppComponent implements OnInit { darkModeActive: boolean; constructor(public ui: UiService) { - } ngOnInit() {