PD-4980,PD-4979,PD-4977,PD-4978 + Improve my-orcid rendering resources#2744
Conversation
🚀 Preview DeploymentYour UI docs preview is ready! Preview URL: https://orcid.github.io/orcid-angular/runway/PD-4978/ This preview will be updated automatically when you push new commits to this PR. Deployed from commit: |
| templateUrl: './language.component.html', | ||
| styleUrls: ['./language.component.scss'], | ||
| standalone: false, | ||
| changeDetection: ChangeDetectionStrategy.OnPush, |
There was a problem hiding this comment.
Reduce rendering resource: see more details on Slack https://orcid.slack.com/archives/CURC27KC2/p1770913849517729?thread_ts=1770903506.776279&cid=CURC27KC2
There was a problem hiding this comment.
Reduces rendering cycles from N to 1 per user visit.
| togglz | ||
| .getMaintenanceMessages() | ||
| .pipe(take(1)) | ||
| .subscribe((value) => { |
There was a problem hiding this comment.
Reduce rendering resource: see more details on Slack
https://orcid.slack.com/archives/CURC27KC2/p1770913849517729?thread_ts=1770903506.776279&cid=CURC27KC2
There was a problem hiding this comment.
Reduces rendering cycles from N to 1 per user visit.
No description provided.