From 8a4ec8e565105d9b04f693a07345bae2c55dc545 Mon Sep 17 00:00:00 2001 From: "Daniel Lewis BSc (Hons)" Date: Fri, 26 Oct 2018 15:42:46 +0100 Subject: [PATCH] docs: describe your change... (#26784) PR Close #26784 --- aio/content/guide/feature-modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/feature-modules.md b/aio/content/guide/feature-modules.md index 87c35b776b..e0a11c528a 100644 --- a/aio/content/guide/feature-modules.md +++ b/aio/content/guide/feature-modules.md @@ -98,7 +98,7 @@ When the CLI generated the `CustomerDashboardComponent` for the feature module, -To see this HTML in the `AppComponent`, you first have to export the `CustomerDashboardComponent` in the `CustomerDashboardModule`. In `customer-dashboard.module.ts`, just beneath the `declarations` array, add an `exports` array containing `CustomerDashboardModule`: +To see this HTML in the `AppComponent`, you first have to export the `CustomerDashboardComponent` in the `CustomerDashboardModule`. In `customer-dashboard.module.ts`, just beneath the `declarations` array, add an `exports` array containing `CustomerDashboardComponent`: