Angular-RU/universal-starter

Error SharedMetaModule

dinhlambcs opened this issue · 0 comments

The scenario:

  • I want to use custom pipes in other modules
  • Pipes import and export in SharedModule => other modules can not found pipes since we import SharedModule.forRoot() in AppModule
  • Next I remove forRoot(), import SharedModule to some other modules,
    it causes error MetaModule import once more times.

Should web import SharedMetaModule in AppModule instead?