sidebar candidate info not loading even after service is up
This commit is contained in:
@@ -16,6 +16,9 @@ export class ContactSidebarComponent extends BaseComponent<ISideBar> implements
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
this.svc.getCandidateInfoSubject.subscribe(() => {
|
||||
this.getCandidateAndSocialLinks();
|
||||
});
|
||||
this.getCandidateAndSocialLinks();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user