# angular/angular.js

AngularJS - HTML enhanced for web apps!

Repository: https://github.com/angular/angular.js
Canonical: https://ross.abutalabs.com/products/angularjs
Homepage: https://angularjs.org
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2024-04-12T17:43:16+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6084, "days_push": 873, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 58532, forks 27014 (observed 2026-08-28T04:12:18.618569+00:00)

## What it is
AngularJS is a JavaScript MVW framework that extends HTML with directives and provides two-way data binding, dependency injection, and client-side routing for building single-page web applications. Official support ended in January 2022; the actively developed successor lives at angular.io.

## Use cases
- build a single-page web application with two-way data binding
- extend HTML with custom directives and components
- maintain a legacy AngularJS 1.x codebase
- structure a client-side app with dependency injection and MVC patterns
- add client-side routing and deep linking to a web app

## When to choose
- you are maintaining or migrating an existing AngularJS 1.x application
- you need a mature, well-documented framework for a legacy browser environment
- you are learning how classic SPA frameworks work

## When to avoid
- starting any new project - it is end-of-life with no security patches
- you want long-term support or modern tooling - use Angular, React, or Vue instead
- your app needs modern JavaScript features or TypeScript-first development

## Facets
- artifact type: framework
- maturity: abandoned
- function: frontend-framework, templating, state-management, routing, middleware
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: angularjs, mvw, two-way-data-binding, dependency-injection, end-of-life, spa, javascript, nodejs

## Member repositories
- angular/angular.js (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:12:18.618569+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T16:18:20.001230+00:00, confidence not recorded.
  - readme: https://github.com/angular/angular.js (fetched 2026-08-28T04:12:18.618569+00:00, sha 048e5d9e1004)
  - homepage: https://angularjs.org (fetched 2026-08-28T18:01:42.462061+00:00, sha 31a6d41efba1)
  - site_page: https://docs.angularjs.org/misc/faq (fetched 2026-08-28T18:01:42.470958+00:00, sha 8f3cc541c1f5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
