Week 3 Day 3: Introduction to Angular basics

This commit is contained in:
2026-01-09 15:53:37 +05:30
parent 865fcf0db7
commit 9423b2d386
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
## Introduction To Angular
### What is Angular?
Angular is a TypeScript-based frontend framework developed by Google for building single-page applications (SPA).
### Key Features
- Component-based architecture
- Two-way data binding
- Dependency injection
- Modular structure
### Angular Concepts
- Components
- Modules
- Templates
- Directives