i like to implement lazy load into the asp net zero modules and the navigation system (routing) i used, based on this tutorial <a class="postlink" href="https://www.aspnetzero.com/Documents/Developing-Step-By-Step-Mvc-Angularjs">https://www.aspnetzero.com/Documents/De ... -Angularjs</a>
but i have no idea how to implement it (lazy load) i've been stuck with this problem for a few days
3 Answer(s)
-
0
Hi @feliw, which aspnetzero version and framework you used?
Also, which stage of the tutorial you were stuck in?
-
0
i use ASP NET Zero version 2.0.1 and ABP as framework and for angularjs, i use 1.5.6
i didn't get stuck in the tutorial i only use the tutorial for routing purpose but the problem is, i like to implement lazy load for this routing and i've been wondering, is it possible to implement lazy load for asp net zero? and if it's possible, i've been stuck with this problem for a few days wondering how to do it.
-
0
@feliw, are you looking for something like this <a class="postlink" href="https://ui-router.github.io/guide/lazyloading">https://ui-router.github.io/guide/lazyloading</a> ?