Skip to content

Commit 1cd6b51

Browse files
var-binskipjack
authored andcommitted
docs(guides): add link to angular article to lazy-loading (#1828)
In this article, I’d like to show you how to realize lazyLoad modules loading using Webpack, [UI-Router](https://ui-router.github.io/ng1/), and [ocLazyLoad](https://oclazyload.readme.io/). All behind-the-scene magic will be done with the help of ocLazyLoad tool. Last, but not least in the last part of the article I've shown how to use [Dynamic imports](https://github.com/tc39/proposal-dynamic-import).
1 parent 4beb8dc commit 1cd6b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/guides/lazy-loading.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ Many frameworks and libraries have their own recommendations on how this should
108108

109109
- React: [Code Splitting and Lazy Loading](https://reacttraining.com/react-router/web/guides/code-splitting)
110110
- Vue: [Lazy Load in Vue using Webpack's code splitting](https://alexjoverm.github.io/2017/07/16/Lazy-load-in-Vue-using-Webpack-s-code-splitting/)
111+
- AngularJS: [AngularJS + Webpack = lazyLoad](https://medium.com/@var_bin/angularjs-webpack-lazyload-bb7977f390dd) by [@var_bincom](https://twitter.com/var_bincom)

0 commit comments

Comments
 (0)