Merge pull request #157 from tomer953/docs-tests-update

docs: reorder testing page
This commit is contained in:
Laforge Thomas
2023-10-04 14:07:05 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

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/"
/>