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

View File

@@ -1,5 +1,5 @@
---
title: 🟠 High Order Operator Bug
title: 🟠 High Order Operator Bug
description: Challenge 11 is about resolving a Rxjs bug because of high order operators
sidebar:
order: 114
@@ -44,12 +44,12 @@ Your PR title must start with <b>Answer:11</b>.
<div class="article-footer">
<a
href="https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A11+label%3Aanswer"
alt="High Order Operator Bug community solutions">
alt="High Order Operator Bug community solutions">
❖ Community Answers
</a>
<a
href='https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A11+label%3A"answer+author"'
alt="High Order Operator Bug solution author">
alt="High Order Operator Bug solution author">
▶︎ Author Answer
</a>
</div>