https://github.com/praju-1/angular
This repository is all about Angular For creating Website With its components, directives etc
https://github.com/praju-1/angular
angular angular-cli css3 html5 javascript
Last synced: about 2 months ago
JSON representation
This repository is all about Angular For creating Website With its components, directives etc
- Host: GitHub
- URL: https://github.com/praju-1/angular
- Owner: praju-1
- Created: 2024-09-25T06:18:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T11:15:12.000Z (about 2 months ago)
- Last Synced: 2025-03-13T12:25:05.804Z (about 2 months ago)
- Topics: angular, angular-cli, css3, html5, javascript
- Language: TypeScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Angular
# Overview
This repository serves as a learning resource for understanding the core concepts and features of Angular.
It contains various examples and practice exercises designed to help beginners and intermediate developers grasp Angular's fundamentals and advanced concepts.# Contents
Basic Angular Setup: Learn how to set up an Angular project using Angular CLI.# Components:
Understand how to create, use, and manage components.# Data Binding:
Explore the different types of data binding in Angular, including one-way and two-way binding.# Directives:
Get familiar with built-in directives like *ngFor, *ngIf, and create your own custom directives.# Services & Dependency Injection:
Learn how to build services and leverage Angular's powerful dependency injection system.# Routing & Navigation:
Understand how Angular Router works for navigation between views and how to set up routes.# Forms & Validation:
Dive into template-driven and reactive forms with validation.# HTTP Client:
Learn to make HTTP requests, fetch data from APIs, and handle responses.# Angular Modules:
Understand the concept of modules for organizing an Angular app.# Pipes:
Discover built-in and custom pipes for transforming data in templates.# Testing:
Get started with unit testing using Jasmine and Karma.# Getting Started
# Prerequisites
Before running or practicing examples in this repository, ensure you have the following installed:Node.js (v12 or higher)
Angular CLI (v12 or higher)# Purpose
The goal of this repository is to offer a comprehensive, step-by-step guide for learning Angular. It covers:Core Angular concepts
Practical examples
Project-based learning
Exercises for self-assessment# Contribution
Feel free to contribute learning examples, suggest improvements, or raise issues. This repository is aimed at fostering community learning.