We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b73a73 commit eebde48Copy full SHA for eebde48
adev/src/content/introduction/essentials/templates.md
@@ -46,7 +46,7 @@ Angular supports binding dynamic values into DOM properties with square brackets
46
```angular-ts
47
@Component({
48
/*...*/
49
- // Set the `disabled` property of the button based on the value of `isAccountDisabled`.
+ // Set the `disabled` property of the button based on the value of `isValidUserId`.
50
template: `<button [disabled]="isValidUserId()">Save changes</button>`,
51
})
52
export class UserProfile {
0 commit comments