This project demonstrates the use of change detection strategies and hierarchical dependency injection in Angular.
Make sure you have the following installed on your machine:
- Node.js (version 18.13.0 recommended)
- Yarn (you can install it globally with npm:
npm install --global yarn)
- Install the project dependencies:
yarn install
- To run the application locally, use the following command:
yarn start
This will start the development server and open the application in your default web browser. The application will typically be accessible at http://localhost:4200.