docs: reorder angular performence page

This commit is contained in:
tomer953
2023-10-03 09:08:43 +03:00
parent 5498a18b48
commit b33b456702

View File

@@ -29,12 +29,6 @@ You can learn more on the [documentation page](https://angular.io/guide/devtools
Now that you know how to use the <b>Angular DevTool</b>, you can choose a challenge, profile it, and resolve it.
<LinkCard
title="🟠 Optimize Change Detection"
description="Learn how to remove zone pollution."
href="/challenges/angular-performance/12-scroll-cd/"
/>
<LinkCard
title="🟢 Default vs OnPush"
description="Learn the difference between Default and OnPush change detection strategies."
@@ -46,3 +40,9 @@ Now that you know how to use the <b>Angular DevTool</b>, you can choose a challe
description="Learn the power of pure pipes."
href="/challenges/angular-performance/35-memoize/"
/>
<LinkCard
title="🟠 Optimize Change Detection"
description="Learn how to remove zone pollution."
href="/challenges/angular-performance/12-scroll-cd/"
/>