Author: Thomas Laforge
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.
- Fork the project
- clone it
- npm ci
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.