NgModule

作者: forks1990 | 来源:发表于2018-09-28 15:56 被阅读0次

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.

相关文章

网友评论

      本文标题:NgModule

      本文链接:https://www.haomeiwen.com/subject/wwodoftx.html