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.
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.
To get started, you'll need to clone this repository and install the necessary dependencies.
-
Clone the repository:
git clone repo-URL cd project-directory
-
Install the dependencies:
npm install
-
Run the development server:
ng serve
Navigate to
http://localhost:4200/
. The app will automatically reload if you change any of the source files.
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.
The repository is organized by topic, with each topic having its components and notes.