From b02b0d131679a56486f25d10d6907c44a472658c Mon Sep 17 00:00:00 2001 From: "R.J. Steinert" Date: Wed, 31 May 2017 01:24:21 -0400 Subject: [PATCH] Add code reuse FAQ to NG Module Guide --- aio/content/guide/ngmodule-faq.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aio/content/guide/ngmodule-faq.md b/aio/content/guide/ngmodule-faq.md index c1d939071b0e..0ac95e87f813 100644 --- a/aio/content/guide/ngmodule-faq.md +++ b/aio/content/guide/ngmodule-faq.md @@ -18,7 +18,9 @@ These FAQs assume that you have read the [NgModules](guide/ngmodule) page. {@a q-what-to-declare} +## How do I reuse Angular Modules in other projects? +Currently there is no official way to package Angular Modules for resuse. Follow [this issue](https://github.com/angular/angular-cli/issues/6510) for updates. ## What classes should I add to _declarations_?