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

    AngularJS is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your …

  2. 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 …

  3. 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.

  4. 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 …

  5. What Is AngularJS? Google’s TypeScript Framework Explained

    Nov 7, 2025 · AngularJS is a JavaScript-based open-source web application framework developed by Google in 2010. It uses Model-View-Controller architecture and two-way data binding to create …

  6. AngularJS Tutorial - Online Tutorials Library

    This tutorial is designed for software professionals who want to learn the basics of AngularJS and its programming concepts in simple and easy steps. It describes the components of AngularJS with …

  7. Learn AngularJS 1.X - Codecademy

    Learn to build dynamic single-page applications using AngularJS, a popular JavaScript framework. Discover how to use the Model-View-Controller (MVC) pattern to structure your applications …

  8. AngularJS tutorial for beginners - Educative

    Jan 20, 2025 · AngularJS is an open-source JavaScript framework developed by Google for building single-page web applications. AngularJS uses two-way data binding and an MVC (model-view …

  9. Newest 'angularjs' Questions - Stack Overflow

    Jun 22, 2026 · I have migrated am AngularJS application to an hybrid AngularJS/Angular 17 application and got it working fine in dev and prod until I tried to enable the optimization from the angular.json file.

  10. 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 …