universal-starter icon indicating copy to clipboard operation
universal-starter copied to clipboard

Error SharedMetaModule

Open dinhlambcs opened this issue 6 years ago • 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?

dinhlambcs avatar May 14 '19 11:05 dinhlambcs