Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Update src/app/recommendations.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Scott <atscott01@gmail.com>
  • Loading branch information
mgechev and atscott authored May 13, 2024
1 parent f7cb802 commit 59c9f03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/recommendations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,9 @@ export const RECOMMENDATIONS: Step[] = [
{
possibleIn: 1800,
necessaryAsOf: 1800,
level: ApplicationComplexity.Basic,
step: "18.0.0: Mark root `OnPush` views dirty",
action: "For any root components using `OnPush` change detection, ensure they are properly marked dirty to enable host binding updates."
level: ApplicationComplexity.Medium,
step: "18.0.0: Mark `OnPush` views dirty",
action: "For any components using `OnPush` change detection, ensure they are properly marked dirty to enable host binding updates."
},
{
possibleIn: 1800,
Expand Down

0 comments on commit 59c9f03

Please sign in to comment.