# ocombe/ocLazyLoad

Lazy load modules & components in AngularJS

Repository: https://github.com/ocombe/ocLazyLoad
Canonical: https://ross.abutalabs.com/products/oclazyload
Homepage: https://oclazyload.readme.io
Language: JavaScript
License: MIT
License Family: permissive
Topics: angularjs, lazyload, npm-package
Last push: 2019-01-28T13:22:29+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4631, "days_push": 2774, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2606, forks 502 (observed 2026-08-28T04:07:04.046899+00:00)

## What it is
ocLazyLoad is a library that enables lazy loading of modules and components in AngularJS 1.x applications. It loads JavaScript, CSS, and template files on demand, automatically resolving dependencies without using eval.

## Use cases
- lazy load AngularJS modules on demand
- defer loading of JS, CSS, and templates until needed
- reduce initial page load size of an AngularJS app
- load AngularJS modules at runtime after bootstrap
- integrate lazy loading with RequireJS or custom async loaders

## When to choose
- you maintain a legacy AngularJS 1.x app and need on-demand module loading
- you want to split a large AngularJS bundle into smaller chunks loaded on demand
- you need to load modules after the app has already bootstrapped

## When to avoid
- you are starting a new project with modern Angular (2+), React, or Vue
- you need long-term support or active maintenance
- your AngularJS app is small enough that lazy loading adds unnecessary complexity

## Facets
- artifact type: library
- maturity: maintenance
- function: build-tool, developer-tools
- domain: web-development, frontend
- platform: browser
- tags: angularjs, lazy-loading, on-demand-loading, code-splitting, legacy-javascript, javascript, nodejs

## Member repositories
- ocombe/ocLazyLoad (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:04.046899+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-30T02:21:00.521065+00:00, confidence not recorded.
  - readme: https://github.com/ocombe/ocLazyLoad (fetched 2026-08-28T04:07:04.046899+00:00, sha cdb03d89d039)
  - registry_npm: https://registry.npmjs.org/oclazyload (fetched 2026-08-29T10:04:11.405298+00:00, sha a6e4dfa9a633)
- Data as of 2026-08-30T08:39:29.467469+00:00.
