docs: ignore component for app compilation for displaying data example (#28592)
PR Close #28592
This commit is contained in:
parent
46e6363686
commit
206a21704d
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue