ANGULAR MODULES Intro | Angular Lazy Loading Components

Опубликовано: 16 Октябрь 2024
на канале: Small Batch Devs
234
13

In this episode, we introduce Angular modules. These modules not only help keep our code clean and concise but can also give your app a performance boost. We also introduce lazy loading which allows you to load your angular module components when they are required, instead of all at once. We then talk about preloading our angular components, which will download our lazy-loaded modules, when it is convenient for the browser to do so.

Check out our website for more great tutorials and content!
https://smallbatchdevs.com

KEEP UP with @smallbatchdevs on SOCIAL MEDIA!
Twitter:   / smallbatchdevs  
Instagram:   / smallbatchdevs  
Facebook:   / small-batch-devs-112906707036301  
Twitch:   / smallbatchdevs  

Check out all our Github Repositories for these episodes:
https://github.com/smallbatchdevs

00:00 Intro
00:22 What Is It?
00:48 Why Use It?
01:46 Code Tutorial
04:46 Demo
06:20 Outro

#angular #webdevelopment #web