Skip to content

Commit

Permalink
feat: Update README.md with improved description of Angular framework
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank committed Jun 26, 2024
1 parent 36c7234 commit fa07520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ This repository contains a list of resources to learn Angular. It includes tutor

## Introduction

Angular is a platform and framework for building single-page client applications using HTML and TypeScript. It is maintained by Google and a community of developers. Angular provides a set of tools and libraries for building web applications, including data binding, routing, forms, HTTP client, and more. Angular is based on the Model-View-Controller (MVC) architecture and uses TypeScript as the primary language for building applications.
Angular is a popular open-source web application framework developed by Google. It is used for building single-page web applications and dynamic web applications. Angular provides a set of tools and libraries for building modern web applications, including components, services, forms, routing, HTTP client, and more. Angular is built using TypeScript, a superset of JavaScript that adds static typing and other features to the language. Angular is known for its performance, scalability, and developer productivity.

### Features of Angular

Expand Down

0 comments on commit fa07520

Please sign in to comment.