About 43,300 results
Open links in new tab
  1. AngularJS — Superheroic JavaScript MVW Framework

    AngularJS was designed from ground up to be testable. It encourages behavior-view separation, comes pre-bundled with mocks, and takes full advantage of dependency injection.

  2. AngularJS Tutorial - W3Schools

    This tutorial is specially designed to help you learn AngularJS as quickly and efficiently as possible. First, you will learn the basics of AngularJS: directives, expressions, filters, modules, and controllers.

  3. AngularJS - Wikipedia

    AngularJS (also known as Angular 1) is a discontinued free and open-source JavaScript -based web framework for developing single-page applications. It was maintained mainly by Google and a …

  4. AngularJS

    AngularJS is what HTML would have been, had it been designed for building web-apps. Declarative templates with data-binding, MVC, dependency injection and great testability story all implemented …

  5. Introduction to AngularJS - W3Schools

    AngularJS is a JavaScript framework. It can be added to an HTML page with a <script> tag. AngularJS extends HTML attributes with Directives, and binds data to HTML with Expressions.

  6. AngularJS: Developer Guide: Developer Guide

    In AngularJS applications, you move the job of filling page templates with data from the server to the client. The result is a system better structured for dynamic page updates. Below are the core …

  7. AngularJS Tutorial - GeeksforGeeks

    Jan 31, 2026 · AngularJS is a free and open-source JavaScript framework by Google used to build dynamic and modern web applications. It extends HTML with powerful features, making it ideal for …

  8. AngularJS Introduction - GeeksforGeeks

    Jul 25, 2026 · AngularJS is an open-source JavaScript-based front-end framework used to build dynamic Single Page Applications (SPAs) by extending HTML with custom attributes and enabling …

  9. GitHub - angular/angular.js: AngularJS - HTML enhanced for web apps!

    AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade/Pug and friends!) as your template language and lets you extend …

  10. AngularJS Tutorial for Beginners - Guru99

    Feb 16, 2026 · What is AngularJS? AngularJS is a JavaScript framework for building MVC-based web applications. It allows you to split the business logic layer, data layer, and presentation layer. It uses …