AngularJS LTS v{{version}}

Community security patches for AngularJS 1.x — drop-in replacement

$ npm install @brickhouse-tech/angular-lts

✅ Status

AngularJS loaded: v{{version}}
Two-way data binding: working
Directives: working
Dependency injection: working
Security patches: 8 CVEs fixed

🔄 Two-Way Data Binding

{{ greeting || 'Start typing above...' }}

🧮 Computed Values

Subtotal: ${{price || 0}} · Tax: ${{(price * taxRate / 100) | number:2}} · Total: ${{(price * (1 + taxRate/100)) | number:2}}

📝 Todo List (ng-repeat + ng-model)

{{remaining()}} of {{todos.length}} remaining

🔒 Security Patches Included