angular/aio/content/examples/property-binding
Andrew Scott d04b550f2e docs: Deprecate longhand binding prefixes (#43671)
DEPRECATION:

The template prefixes `bind-`, `on-`, `bindon-`, and `ref-` have been deprecated
in v13. Templates should use the more widely documented syntaxes for binding and references:

* `[input]="value"` instead of `bind-input="value"`
* `[@trigger]="value"` instead of `bind-animate-trigger="value"`
* `(click)="onClick()"` instead of `on-click="onClick()"`
* `[(ngModel)]="value"` instead of `bindon-ngModel="value"`
* `#templateRef` instead of `ref-templateRef`

PR Close #43671
2021-10-04 10:27:06 -07:00
..
e2e/src docs: Deprecate longhand binding prefixes (#43671) 2021-10-04 10:27:06 -07:00
src docs: Deprecate longhand binding prefixes (#43671) 2021-10-04 10:27:06 -07:00
example-config.json docs: rewrite property binding section and add example (#25770) 2019-06-14 11:47:34 -07:00
stackblitz.json docs: rewrite property binding section and add example (#25770) 2019-06-14 11:47:34 -07:00