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.
- Host: GitHub
- URL: https://github.com/mprograms-mg/angular-learning
- Owner: mPrograms-mg
- Created: 2024-03-11T17:52:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-13T16:09:12.000Z (4 months ago)
- Last Synced: 2025-01-13T17:23:28.647Z (4 months ago)
- Language: TypeScript
- Size: 60 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```