---
title: "What is AngularJS?"  
description: "What is AngularJS?"  
author: "Disha nagpal"  
published: 2020-11-26  
canonical: https://answers.mindstick.com/qa/93182/what-is-angularjs  
category: "technology"  
tags: ["javascript"]  
reading_time: 1 minute  

---

# What is AngularJS?

What is AngularJS?

## Answers

### Answer by Disha nagpal

AngularJS is a client side JavaScript structural framework to develop a dynamic web application. was originally started as a project by Google in 2009. Now it is open source framework. it is completely based on HTML and JavaScript, so there is no need to learn another syntax or programming language. AngularJS allows you use HTML as your template language and extends the ability of HTML's syntax to express your application's by adding built-in attributes and components and also provides an ability to create custom attributes using simple JavaScript. AngularJS's dependency injection and data binding remove much of the code you would otherwise have to write. it's provide developers an options to write client side applications using JavaScript in a clean MVC way. AngularJS website - [https://angularjs.org](https://angularjs.org)


---

Original Source: https://answers.mindstick.com/qa/93182/what-is-angularjs

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
