diff --git a/public/docs/ts/_cache/guide/template-syntax.jade b/public/docs/ts/_cache/guide/template-syntax.jade
index 51aaf301c9..6cebce7b81 100644
--- a/public/docs/ts/_cache/guide/template-syntax.jade
+++ b/public/docs/ts/_cache/guide/template-syntax.jade
@@ -873,7 +873,7 @@ block style-property-name-dart-diff
:marked
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
- ### Inside [(ngModel)]
+ ### Inside `[(ngModel)]`
We could have achieved the same result with separate bindings to
the `` element's `value` property and `input` event.
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")
diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade
index 51aaf301c9..6cebce7b81 100644
--- a/public/docs/ts/latest/guide/template-syntax.jade
+++ b/public/docs/ts/latest/guide/template-syntax.jade
@@ -873,7 +873,7 @@ block style-property-name-dart-diff
:marked
There’s a story behind this construction, a story that builds on the property and event binding techniques we learned previously.
- ### Inside [(ngModel)]
+ ### Inside `[(ngModel)]`
We could have achieved the same result with separate bindings to
the `` element's `value` property and `input` event.
+makeExample('template-syntax/ts/app/app.component.html', 'without-NgModel')(format=".")