Re-export imported NgModule
Normally a NgModule exports declarations, also support export imported module, that means export all exported declarations of that module. So:
- Group small feature modules into one, easier to use module, small modules easier to implement and tracks
- Exports low level modules that without it current module's feature set are not complete.