|
I am have a lot about writing large SPA with angularJs and found that many people recommend using lazy loading, so it fasten the initial start-up process. But at the same time many are waiting for lazy loading to be official part AngularJs in coming version.
There is a most popular project in lazy loading. ( https://github.com/ifyio/angularjs-lazy-loading-with-requirejs ) He has explained here about how we used lazy loading ( http://ify.io/lazy-loading-in-angularjs/ )
I am interested in making an initial POC of this, also at the same time discuss about its scope of implementation.
|