shamrickus commented on code in PR #6753:
URL: https://github.com/apache/trafficcontrol/pull/6753#discussion_r876132620
##########
experimental/traffic-portal/src/app/app.component.ts:
##########
@@ -26,14 +28,15 @@ import { CurrentUserService } from
"src/app/shared/currentUser/current-user.serv
styleUrls: ["./app.component.scss"],
templateUrl: "./app.component.html",
})
-export class AppComponent implements OnInit {
+export class AppComponent implements OnInit, AfterViewInit {
+ @ViewChild("header") private readonly headerRef!: TpHeaderComponent;
Review Comment:
The Header service now uses `ReplaySubject` instead of managing the
component itself.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]