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/"
|
||||||
|
/>
|
||||||
|
|||||||
@@ -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
|
description: Challenge 11 is about resolving a Rxjs bug because of high order operators
|
||||||
sidebar:
|
sidebar:
|
||||||
order: 114
|
order: 114
|
||||||
@@ -44,12 +44,12 @@ Your PR title must start with <b>Answer:11</b>.
|
|||||||
<div class="article-footer">
|
<div class="article-footer">
|
||||||
<a
|
<a
|
||||||
href="https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A11+label%3Aanswer"
|
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
|
❖ Community Answers
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
href='https://github.com/tomalaforge/angular-challenges/pulls?q=label%3A11+label%3A"answer+author"'
|
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
|
▶︎ Author Answer
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user