---
title: "Angular in Depth"
url: https://daily.dev/posts/angular-in-depth-ruu40enbn
source_url: https://angularindepth.com/posts/1528/bundle-size-improvements-from-deferred-views-in-angular
type: article
source: "inDepth.dev"
published: 2024-03-11T14:37:51.841Z
updated: 2024-05-09T09:28:47.883Z
tags: ["performance", "angular"]
reading_time: 5
upvotes: 8
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Angular in Depth

**[inDepth.dev](https://daily.dev/sources/indepth)** · 5 min read · 8 upvotes · 0 comments

## Summary

Angular 17 introduces deferred views, allowing for fine-grained control over component loading to optimize app performance. By using dynamic imports and choosing triggers such as on idle, on viewport, on interaction, etc., developers can add components to the DOM as needed. Deferred views significantly reduce bundle size, improving download speed and optimizing app performance.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://angularindepth.com/posts/1528/bundle-size-improvements-from-deferred-views-in-angular>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#performance](https://daily.dev/tags/performance), [#angular](https://daily.dev/tags/angular)

[View this post on daily.dev](https://daily.dev/posts/angular-in-depth-ruu40enbn)
