An open API service indexing awesome lists of open source software.

https://github.com/mprograms-mg/angular-learning

This is Step-By-Step & Basic to Advanced Learning Angular Repo.
https://github.com/mprograms-mg/angular-learning

Last synced: 3 months ago
JSON representation

This is Step-By-Step & Basic to Advanced Learning Angular Repo.

Awesome Lists containing this project

README

        

### [Angular - The Complete Guide (2024 Edition)](https://www.udemy.com/course/the-complete-guide-to-angular-2/?couponCode=KEEPLEARNING) from Basic to Advance. This repository for Assignment & Class Notes.

# 🎨 Contents

This repository contains a `Collection of Assignments & Class Notes`, which help you understand the concepts of Angular Framework.

## 🔥 Clone this Repository

You need to write the following commands on the terminal screen(in vscode) so that you can run this project locally.

```bash
git clone "https://github.com/mPrograms-mg/Angular-Learning.git"
```

Go to the project directory

```bash
cd Angular-Learning
```

Install dependencies

```bash
npm install
```