mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
1.3 KiB
1.3 KiB
Router Input
Author: Thomas Laforge
Statement
In this small application, you can pass data though routing to TestComponent. v16 of Angular introduiced RouterInput. The goal of this exercice is to refactor the code to use the new RouterInput strategy.
Submitting your work
- Fork the project
- clone it
- npm install
npx nx serve router-input- ...work on it
- Commit your work
- Submit a PR with a title beginning with Answer:22 that I will review and other dev can review.