We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa4563 + f034462 commit a2aaec3Copy full SHA for a2aaec3
README.md
@@ -88,7 +88,7 @@ export class SomeComponent {
88
<StackLayout>
89
<CheckBox #CB1 text="CheckBox Label" checked="false"></CheckBox>
90
<Button (tap)="toggleCheck()" text="Toggle it!"></Button>
91
- <Button (tap)="getCheckProp()" text="Check Property"></
+ <Button (tap)="getCheckProp()" text="Check Property"></Button>
92
</StackLayout>
93
```
94
0 commit comments