Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions aio/content/guide/ngmodule-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

re-use


## What classes should I add to _declarations_?

Expand Down