angular-js-learning

A code repository where I will share my tasks and notes regarding that task on daily basis

Stars
0
Committers
1

Angular Learning Journey

Welcome to my Angular Learning Journey repository! This repository is dedicated to documenting my daily tasks and notes as I learn the Google-owned JavaScript framework, Angular.

Table of Contents

Introduction

This project is designed to document my progress in learning Angular. Each day, I will tackle a new topic or task, create a corresponding Angular component, and share my notes on that topic. By following along, you can join me in learning Angular from the basics to more advanced concepts.

Installation

To get started, you'll need to clone this repository and install the necessary dependencies.

  1. Clone the repository:

    git clone repo-URL
    cd project-directory
    
  2. Install the dependencies:

    npm install
    
  3. Run the development server:

    ng serve
    

    Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Usage

You can use this repository as a guide to learn Angular. Each component corresponds to a specific topic or task. To start learning, simply navigate to the component folder of the topic you're interested in and review the code and notes provided.

Repository Structure

The repository is organized by topic, with each topic having its components and notes.