Skip to content

Commit ff976a4

Browse files
rdlabogithub-actions[bot]
authored andcommitted
chore: prettier formatting
1 parent d6ef964 commit ff976a4

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,15 @@ No, and we do not plan to support this program. For example, this kind of code i
163163

164164
```ts
165165
@Component({
166-
selector: 'app-example',
167-
template: `
168-
<ion-icon [name]="iconName"></ion-icon>
169-
`,
166+
selector: "app-example",
167+
template: ` <ion-icon [name]="iconName"></ion-icon> `,
170168
})
171169
export class ExampleComponent {
172-
iconName = 'add';
170+
iconName = "add";
173171

174172
ionViewWillEnter() {
175173
setTimeout(() => {
176-
this.iconName = 'remove';
174+
this.iconName = "remove";
177175
}, 1000);
178176
}
179177
}

0 commit comments

Comments
 (0)