The Angular application lives inside the angular_playground folder.
The Angular project is located in the angular_playground directory. Follow the steps below to get it up and running.
Make sure you have the following installed:
- Node.js (v16 or higher recommended)
- Angular CLI
npm install -g @angular/cli
📦 Install Dependencies
Navigate into the Angular project folder and install the required packages:
cd angular_playground
npm install
🧪 Run the Application
ng serve