docs: ignore component for app compilation for displaying data example (#28592)

PR Close #28592
This commit is contained in:
Brandon 2019-02-07 16:51:48 +00:00 committed by Miško Hevery
parent 46e6363686
commit 206a21704d
2 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ In either style, the template data bindings have the same access to the componen
Although this example uses variable assignment to initialize the components, you could instead declare and initialize the properties using a constructor:
<code-example path="displaying-data/src/app/app-ctor.component.ts" linenums="false" region="class">
<code-example path="displaying-data/src/app/app-ctor.component.1.ts" linenums="false" region="class">
</code-example>