angular/aio/content/examples/property-binding/src
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
..
app docs: Deprecate longhand binding prefixes (#43671) 2021-10-04 10:27:06 -07:00
assets docs: rewrite property binding section and add example (#25770) 2019-06-14 11:47:34 -07:00
index.html build(docs-infra): update project structure to cli@9 6/12 (index.html) (#36015) 2020-03-18 10:00:01 -07:00
main.ts docs: rewrite property binding section and add example (#25770) 2019-06-14 11:47:34 -07:00