Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocombe/ocLazyLoad
Lazy load modules & components in AngularJS
https://github.com/ocombe/ocLazyLoad
angularjs lazyload npm-package
Last synced: 4 months ago
JSON representation
Lazy load modules & components in AngularJS
- Host: GitHub
- URL: https://github.com/ocombe/ocLazyLoad
- Owner: ocombe
- License: mit
- Created: 2013-12-28T16:29:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T13:22:29.000Z (about 6 years ago)
- Last Synced: 2024-04-14T07:56:20.065Z (10 months ago)
- Topics: angularjs, lazyload, npm-package
- Language: JavaScript
- Homepage: https://oclazyload.readme.io
- Size: 1.29 MB
- Stars: 2,634
- Watchers: 118
- Forks: 512
- Open Issues: 154
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- annals-of-awesome - Resource - Lazy load modules, services, controllers, etc. (Web Development / Angular)
README
ocLazyLoad [![Build Status](https://travis-ci.org/ocombe/ocLazyLoad.svg)](https://travis-ci.org/ocombe/ocLazyLoad)
==========Lazy load modules & components in AngularJS
----
Find all the documentation (and more) on https://oclazyload.readme.io
----## Key features
- Dependencies are automatically loaded
- Debugger friendly (no eval code)
- The ability to mix normal boot and load on demand
- Load via the service or the directive
- Use the embedded async loader or use your own (requireJS, ...)
- Load js (angular or not) / css / templates files
- Compatible with AngularJS 1.2.x/1.3.x/1.4.x/1.5.x/1.6.x## Looking for help
I'm looking for contributors to help me maintain the code (I'm gonna switch to Angular 2 soon, and I won't be much more invested in Angular 1 & ocLazyLoad). If you're interested, send me a tweet [@OCombe](https://twitter.com/OCombe) or an email: [[email protected]](mailto:[email protected]) !