Skip to content

kareniel/modular-angular

 
 

Repository files navigation

Modular AngularJS

npm version npm stability - experimental

This is a fork of AngularJS (v1.6.9) meant to help teams migrate to lightweight and modular frameworks.

Be very careful if you use this in production.

Installation

Warning: Keep in mind that this is not production ready.

This module tries to work as drop-in replacement for AngularJS. You can use it just like you would use the official package.

Install it fron npm:

npm install --save angularjs-modular

then require it in your project:

var angular = require('angularjs-modular')

About

⛰️ organize the Monolith before breaking it into modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%