NgModule

2018-09-28  本文已影响0人  forks1990

Re-export imported NgModule

Normally a NgModule exports declarations, also support export imported module, that means export all exported declarations of that module. So:

  1. Group small feature modules into one, easier to use module, small modules easier to implement and tracks
  2. Exports low level modules that without it current module's feature set are not complete.
上一篇 下一篇

猜你喜欢

热点阅读