Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfonso-presa/test-scalable-angular-app
Sample scalable angular app with require.js
https://github.com/alfonso-presa/test-scalable-angular-app
Last synced: 9 days ago
JSON representation
Sample scalable angular app with require.js
- Host: GitHub
- URL: https://github.com/alfonso-presa/test-scalable-angular-app
- Owner: alfonso-presa
- Created: 2014-07-15T16:01:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-16T10:15:28.000Z (over 10 years ago)
- Last Synced: 2024-11-13T18:12:08.574Z (about 2 months ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
test-scalable-angular-app
=========================Sample scalable angular app with require.js and lazy loading of components. This is a WIP.
It's currently based in generator-angular with the adition of ui-router, require.js, and a little library that performs the injection of the angular app and it's controller by checking their dependencies from a JSON file. This way the integration of the components is done in a declarative way.
By now it's just a PoC but may lead to a library to perform lazy loading of angular components. Also, in the future, by reading the dependency json files it could merge and compact the js files in an optimized way.