diff --git a/public/docs/ts/_cache/quickstart.jade b/public/docs/ts/_cache/quickstart.jade index 71c9766fb6..2e953900c6 100644 --- a/public/docs/ts/_cache/quickstart.jade +++ b/public/docs/ts/_cache/quickstart.jade @@ -23,12 +23,12 @@ block includes The message starts with "Hello" and ends with `{{name}}`, which is an Angular [interpolation binding](guide/displaying-data.html) expression. At runtime, Angular replaces `{{name}}` with the value of the component's `name` property. - - In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. - Interpolation binding is one of many Angular features you'll discover in this documentation. +ifDocsFor('ts') + :marked + In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. + .callout.is-helpful header A word about TypeScript p. diff --git a/public/docs/ts/latest/quickstart.jade b/public/docs/ts/latest/quickstart.jade index 71c9766fb6..2e953900c6 100644 --- a/public/docs/ts/latest/quickstart.jade +++ b/public/docs/ts/latest/quickstart.jade @@ -23,12 +23,12 @@ block includes The message starts with "Hello" and ends with `{{name}}`, which is an Angular [interpolation binding](guide/displaying-data.html) expression. At runtime, Angular replaces `{{name}}` with the value of the component's `name` property. - - In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. - Interpolation binding is one of many Angular features you'll discover in this documentation. +ifDocsFor('ts') + :marked + In the example, change the component class's `name` property from `'Angular'` to `'World'` and see what happens. + .callout.is-helpful header A word about TypeScript p.