From 69b70039bdb0d97768478f285f9c6d5ca6a6c4db Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 2 May 2023 13:11:02 +0200 Subject: [PATCH] feat(anchorScrolling): add readme file --- README.md | 3 ++- apps/anchor-scrolling/README.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 apps/anchor-scrolling/README.md diff --git a/README.md b/README.md index 120318b..2f73e00 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ This goal of this project is to help you get better at Angular and NgRx by resol change detection with scroll event styling di +anchor-scrolling
Typescript @@ -70,7 +71,7 @@ This goal of this project is to help you get better at Angular and NgRx by resol - +
Thomas Laforge
Thomas Laforge

20 🧩
Thomas Laforge
Thomas Laforge

21 🧩
diff --git a/apps/anchor-scrolling/README.md b/apps/anchor-scrolling/README.md new file mode 100644 index 0000000..dad19bb --- /dev/null +++ b/apps/anchor-scrolling/README.md @@ -0,0 +1,30 @@ +

Anchor Scrolling

+ +> Author: Thomas Laforge + +### Information + +You begin with an application that has basic navigation and anchor navigation in the `HomeComponent`. However, using `href` recreates the path each time and refreshes the page. + +### Statement + +- Your task is to refactor this application to use the built-in navigation tool to better fit within the Angular Framework. You can explore the router, but it's better to stay within the template and use the `RouterLink` directive. +- To improve the user experience, add smooth scrolling. + +### Submitting your work + +1. Fork the project +2. clone it +3. npm install +4. `npx nx serve anchor-scrolling` +5. _...work on it_ +6. Commit your work +7. Submit a PR with a title beginning with **Answer:21** that I will review and other dev can review. + +anchor scrolling +anchor scrolling + + + +/ +_You can ask any question on_ twitter