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_?