X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Flogin%2Flogin.component.ts;fp=webapp-frontend%2Fsrc%2Fapp%2Flogin%2Flogin.component.ts;h=f7acfdb8b6ef5aa8b2132eada46019136b2919b8;hb=1379dce23d47c42d169ed13a337bbee827714830;hp=ba89c33ceaf37501ccc157f6351d05ac9965047d;hpb=0aa99919dea387fd2216b3b13bc06d3a10868089;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/login/login.component.ts b/webapp-frontend/src/app/login/login.component.ts index ba89c33c..f7acfdb8 100644 --- a/webapp-frontend/src/app/login/login.component.ts +++ b/webapp-frontend/src/app/login/login.component.ts @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -20,7 +20,7 @@ import { Component, OnInit } from '@angular/core'; @Component({ - selector: 'app-login', + selector: 'rd-login', templateUrl: './login.component.html', styleUrls: ['./login.component.css'] }) @@ -28,7 +28,6 @@ export class LoginComponent implements OnInit { constructor() { } - ngOnInit() { - } + ngOnInit() { } }