From 206a21704d3c499ab106701535cc2a8ec8dea249 Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 7 Feb 2019 16:51:48 +0000 Subject: [PATCH] docs: ignore component for app compilation for displaying data example (#28592) PR Close #28592 --- .../src/app/{app-ctor.component.ts => app-ctor.component.1.ts} | 0 aio/content/guide/displaying-data.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename aio/content/examples/displaying-data/src/app/{app-ctor.component.ts => app-ctor.component.1.ts} (100%) diff --git a/aio/content/examples/displaying-data/src/app/app-ctor.component.ts b/aio/content/examples/displaying-data/src/app/app-ctor.component.1.ts similarity index 100% rename from aio/content/examples/displaying-data/src/app/app-ctor.component.ts rename to aio/content/examples/displaying-data/src/app/app-ctor.component.1.ts diff --git a/aio/content/guide/displaying-data.md b/aio/content/guide/displaying-data.md index 939715212e..d49778a943 100644 --- a/aio/content/guide/displaying-data.md +++ b/aio/content/guide/displaying-data.md @@ -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: - +