Skip to content

Commit 703daec

Browse files
committed
add note
1 parent dd62c43 commit 703daec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/angular/build-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class HomePage {
113113
}
114114
```
115115

116-
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.
116+
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.
117117

118118
```typescript title="app.component.ts"
119119
import { Component } from '@angular/core';
@@ -253,7 +253,7 @@ export class HomePage {
253253
}
254254
```
255255

256-
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.
256+
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.
257257

258258
```typescript title="app.component.ts"
259259
import { Component } from '@angular/core';

0 commit comments

Comments
 (0)