Skip to content

Commit 686ffa3

Browse files
rdlabogithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent 4a2d102 commit 686ffa3

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,18 @@ export class ExampleComponent {
179179

180180
If 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

0 commit comments

Comments
 (0)