Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 676 Bytes

File metadata and controls

21 lines (14 loc) · 676 Bytes

Angular Demo

This project demonstrates the use of change detection strategies and hierarchical dependency injection in Angular.

Prerequisites

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)

Installation

  1. Install the project dependencies:
    yarn install
  2. 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.