ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

98,281 results

Zoaib Khan
Modern Angular Lazy Loading Guide!

angular #performance #optimization In this video, learn how to optimize a large Angular app with numerous features and ...

22:47
Modern Angular Lazy Loading Guide!

8,100 views

1 year ago

Sebastian Persson
Lazy Loading in Angular: Improving Performance and User Experience

Lazy loading is a technique used in Angular to optimize the performance of an application by loading the necessary components ...

3:34
Lazy Loading in Angular: Improving Performance and User Experience

8,641 views

3 years ago

Decoded Frontend
Beyond Router Lazy-Loading — 7 Ways to REDUCE bundle size of Angular App

Learn how write reliable and efficient Angular unit tests — https://bit.ly/4atNBNW The 10% discount is applied automatically (20 ...

18:01
Beyond Router Lazy-Loading — 7 Ways to REDUCE bundle size of Angular App

7,273 views

12 days ago

Web Tech Talk
Power of lazy loading | Angular

Power of lazy loading | Angular Boost your Angular app performance with the power of lazy loading! In this video, we dive deep ...

3:53
Power of lazy loading | Angular

3,096 views

2 years ago

procademy
#177 Implementing Lazy Loading | Understanding Angular Modules | A Complete Angular Course

Unleash the power of Angular ⚡ and build dynamic web applications with this step-by-step learning experience, perfect for ...

17:47
#177 Implementing Lazy Loading | Understanding Angular Modules | A Complete Angular Course

12,163 views

1 year ago

Fireship
Lazy Loading Components in Angular 4

Full Lesson https://angularfirebase.com/lessons/how-to-lazy-load-components-in-angular-4-in-three-steps/ Learn how to load ...

2:40
Lazy Loading Components in Angular 4

108,194 views

8 years ago

Monsterlessons Academy
Lazy Loading Angular Standalone Component

1-on-1 Frontend Mentorship (90-min paid session) ...

6:49
Lazy Loading Angular Standalone Component

7,462 views

2 years ago

OneClick IT Consultancy
Implementing Lazy Loading in Angular

One effective approach through which an Angular application can be optimized in terms of loading speed is lazy loading. Lazy ...

3:41
Implementing Lazy Loading in Angular

247 views

1 year ago

WebGentle
Lazy Loading Components in Angular | Angular Tutorial

Angular Tutorial: Lazy loading components in angular are used to improve the performance of the application. In the lazy loading ...

6:37
Lazy Loading Components in Angular | Angular Tutorial

13,041 views

4 years ago

People also watched

Learn Smart Coding
Supercharge Your Angular 19 App with Lazy Loading Techniques & Routing

Learn how to implement efficient and modern Angular Routing with Lazy Loading in Angular 19, designed for standalone ...

14:15
Supercharge Your Angular 19 App with Lazy Loading Techniques & Routing

2,797 views

1 year ago

Techshareskk
Lazy loading standalone components | Routing | Angular 15

Summary Learn about lazy loading with Standalone components in Angular 15, and how to implement it in the app routing.

14:07
Lazy loading standalone components | Routing | Angular 15

3,295 views

3 years ago

Techshareskk
Nested Routes modular approach | Lazy loading | Routing | Angular 15

In this video we will learn 1. How to use nested routes in angular 15 2. How to use nested routes in modular approach 3. How to ...

18:52
Nested Routes modular approach | Lazy loading | Routing | Angular 15

1,754 views

2 years ago

Mighty Ghost Hack
Eager Loading, Lazy Loading, and Pre-Loading in Angular

Hello friends, In this video, we are gonna look for Eager Loading, Lazy Loading, and Pre-Loading Strategy available in Angular ...

13:17
Eager Loading, Lazy Loading, and Pre-Loading in Angular

11,005 views

5 years ago

I Code It
Frontend System Design Essentials: Code Splitting and Lazy Loading

Frontend System Design Essentials — Course (Now Available): ...

18:13
Frontend System Design Essentials: Code Splitting and Lazy Loading

3,983 views

7 months ago

Adnan Halilovic
Routing in Angular 17 | 18 and Lazyload Standalone Components

Hey there, awesome followers! In this video, we are talking about routing in Angular 17 and also about lazyloading of standalone ...

13:54
Routing in Angular 17 | 18 and Lazyload Standalone Components

41,841 views

2 years ago

ArjanCodes
The Lazy Loading Pattern: How to Make Python Programs Feel Instant

Learn how to design great software in 7 steps: https://arjan.codes/designguide. In this video, I dive deep into the **Lazy Loading ...

19:39
The Lazy Loading Pattern: How to Make Python Programs Feel Instant

41,559 views

3 months ago

Programming with Umair
Angular 16 Tutorial - Lazy Loading Feature Modules #17

In this video you will learn what is feature module in angular and how to lazy load feature modules in angular 16. Also learn, how ...

14:44
Angular 16 Tutorial - Lazy Loading Feature Modules #17

6,993 views

2 years ago

Fun Of Heuristic
Efficiently Implement Micro Frontends in Angular with Lazy Loading | Micro Frontend in Angular

Angular elements can be used to create a micro-frontend application in Angular. We can take the help of web components to ...

6:23
Efficiently Implement Micro Frontends in Angular with Lazy Loading | Micro Frontend in Angular

10,554 views

3 years ago

Fun Of Heuristic
Lazy Loading in Angular | Lazy Loading Modules in Angular 8

Lazy Loading in angular loads Modules asynchronously when the certain route is activated. Lazy loading helps in a faster load of ...

8:25
Lazy Loading in Angular | Lazy Loading Modules in Angular 8

23,200 views

6 years ago

kudvenkat
Lazy loading in angular

In this video we will discuss lazy loading angular modules Text version of the video ...

10:48
Lazy loading in angular

137,778 views

7 years ago

Code Step By Step
Angular 19 Tutorial #56 Lazy Loading with Routes | angular lazy loading #angular19

In this video, we will learn how to boost Angular performance using lazy loading in Angular 19. Lazy loading helps improve app ...

7:48
Angular 19 Tutorial #56 Lazy Loading with Routes | angular lazy loading #angular19

2,849 views

11 months ago

AyyazTech
How to achieve lazy loading in Angular 16?

Exclusive Hosting Deal from Hostinger Ready to launch your own website? Use my affiliate link to get an exclusive discount on ...

8:25
How to achieve lazy loading in Angular 16?

1,887 views

2 years ago

Deborah Kurata
Routing and Lazy Loading with Standalone Components

Now that we can build an application using standalone components, we don't need Angular modules (also called NgModules).

11:07
Routing and Lazy Loading with Standalone Components

24,979 views

2 years ago

LEARNING PARTNER
Lazy Loading in angular | Angular Tutorial

Learn how to implement Lazy Loading in Angular step by step and boost your app performance! In this video, I'll explain what ...

58:13
Lazy Loading in angular | Angular Tutorial

4,252 views

4 months ago

procademy
#176 Eager Loading vs Lazy Loading | Understanding Angular Modules | A Complete Angular Course

Unleash the power of Angular ⚡ and build dynamic web applications with this step-by-step learning experience, perfect for ...

7:58
#176 Eager Loading vs Lazy Loading | Understanding Angular Modules | A Complete Angular Course

8,506 views

1 year ago

Techshareskk
Problems without lazy loading | Angular 15

In this video we will learn 1. Problems of not using lazy loading in angular 2. Angular 15 problems without lazy loading. (Angular ...

4:34
Problems without lazy loading | Angular 15

774 views

3 years ago

Learn Smart Coding
Angular 18 Lazy Loading Guide: Traditional vs. Standalone Components

Discover the power of lazy loading in Angular 18 to optimize your application's performance. This video covers both the traditional ...

8:20
Angular 18 Lazy Loading Guide: Traditional vs. Standalone Components

2,852 views

1 year ago

D-I-Ry
Lazy Loading in Angular 12

We're building a lazy loading app 2 ways: 1) starting from scratch, and 2) turning an existing app's components into lazy loading ...

6:54
Lazy Loading in Angular 12

3,357 views

4 years ago

Nisha Singla
Lazy Loading - Angular (Tutorial #29)

Lazy Loading is one of the most important part of angular . Lazy Loading is a technique to load your components and module ...

10:44
Lazy Loading - Angular (Tutorial #29)

37,304 views

4 years ago

LearnCodeExpress
Mastering Angular Modules & Lazy Loading: Advanced Topics Unveiled | Chapter 9.1/10 Advanced Angular

Dive deep into the world of Angular with our comprehensive guide on modules and lazy loading. In Chapter 9 of 'Advanced ...

2:13
Mastering Angular Modules & Lazy Loading: Advanced Topics Unveiled | Chapter 9.1/10 Advanced Angular

85 views

2 years ago