File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,17 +179,18 @@ export class ExampleComponent {
179179
180180If you are doing this kind of complex processing, please import manually.
181181
182- Alternatively, if you have a limited number of icons you're binding to, you can add a block in your template as a "hint."
182+ Alternatively, if you have a limited number of icons you're binding to, you can add a block in your template as a "hint."
183183
184184``` html
185185<!-- This is a trick to get ionic-angular-collect-icons
186186 to include the icons, but it will never render. -->
187187@if(false) {
188- <ion-icon name =" home" ></ion-icon >
189- <ion-icon name =" people" ></ion-icon >
188+ <ion-icon name =" home" ></ion-icon >
189+ <ion-icon name =" people" ></ion-icon >
190190}
191191```
192- It's not ideal, but it will help to maintain the automation.
192+
193+ It's not ideal, but it will help to maintain the automation.
193194
194195- Why not addIcons in each component?
195196
You can’t perform that action at this time.
0 commit comments