chore(typo): fix a typo about [{}] reported in feedback
This commit is contained in:
parent
3b8d9dd43a
commit
3c24f45ee6
|
@ -643,7 +643,7 @@ code-example(format="", language="html").
|
|||
That’s an improvement. It should be better.
|
||||
|
||||
We shouldn't have to mention the data property twice. Angular should be able to read the component’s data property and set it
|
||||
with a single declaration — which it can with the `[{ }]` syntax:
|
||||
with a single declaration — which it can with the `[( )]` syntax:
|
||||
+makeExample('template-syntax/ts/app/app.component.html', 'NgModel-1')(format=".")
|
||||
|
||||
.l-sub-section
|
||||
|
|
Loading…
Reference in New Issue