X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fmain.ts;h=60c66e48dd25049671f80c17cb360fce3f0f96e0;hb=4d016dc92a169835f1ab9b043b32b2775817ff6c;hp=87a19b3f9f762936ed713eb96132170c167e4fe2;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/main.ts b/webapp-frontend/src/main.ts index 87a19b3f..60c66e48 100644 --- a/webapp-frontend/src/main.ts +++ b/webapp-frontend/src/main.ts @@ -1,8 +1,8 @@ /*- * ========================LICENSE_START================================= - * ORAN-OSC + * 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. @@ -20,12 +20,12 @@ import { enableProdMode } from '@angular/core'; import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; -import { AppModule } from './app/app.module'; +import { RdModule } from './app/rd.module'; import { environment } from './environments/environment'; if (environment.production) { enableProdMode(); } -platformBrowserDynamic().bootstrapModule(AppModule) +platformBrowserDynamic().bootstrapModule(RdModule) .catch(err => console.error(err));