Top "Lazy-loading" questions

object until the point at which it is needed.

Angular 6 StaticInjectorError (Platform: core) No provider for

I have a project with a angular version of 4. *. \ *. I tried to update the project to 6 angular versions. I fixed …

angular typescript lazy-loading aot
Is there any way to detect when a CSS file has been fully loaded?

I've been testing a lot of lazy-loaders for JavaScript and CSS that insert <script> and <link> …

javascript css lazy-loading
Show activity Indicator while loading a lazy loaded Module in Angular 2

My scenario is as follows. I have a menu, with multiple options. Each menu should be shown depending on user …

angular lazy-loading angular2-routing
Django lazy QuerySet and pagination

I read here that Django querysets are lazy, it won't be evaluated until it is actually printed. I have made …

django lazy-loading django-queryset
Eager , Lazy and explicit loading in EF6

I have read this tutorial and this article but I don't understand exactly the use of each loading type. I …

c# entity-framework orm entity-framework-6 lazy-loading
How to lazy load a Bootstrap 4 card's image?

Im trying to figure out how to lazy load card-columns with card-img-top, example: <div class="card-columns"> <div …

bootstrap-4 lazy-loading responsive-images
Angular 4 Lazy Loading and Routes not working

I have a module with the routes of my app. One of this routes is a lazy loading module. The …

angular lazy-loading angular2-routing angular-module
Entity Framework Eager Load Not Returning Data, Lazy Load Does

I'm using code first EF5 and I have an object which has a collection defined as virtual (lazy loaded). This …

c# entity-framework lazy-loading poco
ASP.Net Entity Framework, objectcontext error

I'm building a 4 layered ASP.Net web application. The layers are: Data Layer Entity Layer Business Layer UI Layer The …

.net lazy-loading objectdisposedexception objectcontext
Java JDBC Lazy-Loaded ResultSet

Is there a way to get a ResultSet you obtain from running a JDBC query to be lazily-loaded? I want …

java jdbc lazy-loading resultset