Base solution for your next web application
Open Closed

ASP .NET Zero Lazy Load #5351


User avatar
0
feliw created

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)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi @feliw, which aspnetzero version and framework you used?

    Also, which stage of the tutorial you were stuck in?

  • User Avatar
    0
    feliw created

    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.

  • User Avatar
    0
    ismcagdas created
    Support Team

    @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> ?