From 703daec200ad9e917bb33cc1ff6a09d07676ae7c Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Wed, 1 Nov 2023 10:03:19 -0400 Subject: [PATCH] add note --- docs/angular/build-options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/angular/build-options.md b/docs/angular/build-options.md index 5c0f6613b6f..763da398802 100644 --- a/docs/angular/build-options.md +++ b/docs/angular/build-options.md @@ -113,7 +113,7 @@ export class HomePage { } ``` -Icons can also be registered in entry points such as `app.component.ts` to avoid the need to call `addIcons` multiple times. Developers should be aware that the initial application chunk may increase because the registered icons will need to be loaded at application start. +Icons can also be registered in entry points such as `app.component.ts` to avoid the need to call `addIcons` multiple times. Developers should be aware that the initial application chunk may increase because the registered icons will need to be loaded at application start. However, if your application uses a small number of icons the impact of this may be minimal. ```typescript title="app.component.ts" import { Component } from '@angular/core'; @@ -253,7 +253,7 @@ export class HomePage { } ``` -Icons can also be registered in entry points such as `app.component.ts` to avoid the need to call `addIcons` multiple times. Developers should be aware that the initial application chunk may increase because the registered icons will need to be loaded at application start. +Icons can also be registered in entry points such as `app.component.ts` to avoid the need to call `addIcons` multiple times. Developers should be aware that the initial application chunk may increase because the registered icons will need to be loaded at application start. However, if your application uses a small number of icons the impact of this may be minimal. ```typescript title="app.component.ts" import { Component } from '@angular/core';