mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
Merge pull request #157 from tomer953/docs-tests-update
docs: reorder testing page
This commit is contained in:
@@ -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.
|
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
|
<LinkCard
|
||||||
title="🟢 Default vs OnPush"
|
title="🟢 Default vs OnPush"
|
||||||
description="Learn the difference between Default and OnPush change detection strategies."
|
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."
|
description="Learn the power of pure pipes."
|
||||||
href="/challenges/angular-performance/35-memoize/"
|
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/"
|
||||||
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user