Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 550 Bytes

ANGULARJS.md

File metadata and controls

10 lines (7 loc) · 550 Bytes
title excerpt
AngularJS
a structural framework for dynamic web apps

AngularJS

AngularJS is a structural framework for dynamic web apps. It lets developers use HTML as their template language and lets them extend HTML’s syntax to express their application’s components clearly and succinctly.

Angular’s data binding and dependency injection eliminate much of the code developers would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.