X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fanr-xapp%2Fanr-xapp.component.ts;h=02b1f3f1b8db9abdf6f897653f6f3bc17fe782a5;hb=ecdba9d180c894f528bdf95098024bf4a14fd9c0;hp=c3f3cb833986285132a5c60552b1b2c942ec57b8;hpb=b41447eecc802f21deba94b647f4d87040d41829;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts b/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts index c3f3cb83..02b1f3f1 100644 --- a/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts +++ b/webapp-frontend/src/app/anr-xapp/anr-xapp.component.ts @@ -41,10 +41,10 @@ export class AnrXappComponent implements AfterViewInit, OnInit { dataSource: ANRXappDataSource; anrClientVersion: string; gNodeBIds: string[]; - @ViewChild('ggNodeB') ggNodeB: ElementRef; - @ViewChild('servingCellNrcgi') servingCellNrcgi: ElementRef; - @ViewChild('neighborCellNrpci') neighborCellNrpci: ElementRef; - @ViewChild(MatSort) sort: MatSort; + @ViewChild('ggNodeB', {static: true}) ggNodeB: ElementRef; + @ViewChild('servingCellNrcgi', {static: true}) servingCellNrcgi: ElementRef; + @ViewChild('neighborCellNrpci', {static: true}) neighborCellNrpci: ElementRef; + @ViewChild(MatSort, {static: true}) sort: MatSort; displayedColumns = ['cellIdentifierNrcgi', 'neighborCellNrpci', 'neighborCellNrcgi', 'flagNoHo', 'flagNoXn', 'flagNoRemove', 'action'];