Lazy Loading in Angular
Why should we use this feature?
Lazy Loading helps keep initial bundle sizes smaller, which in turn helps decrease load time and see our site blinks faster on user screen.
Lazy Loading conserves bandwidth by delivering content to users only if it’s...
abhaynirmal.hashnode.dev2 min read