universal-starter
universal-starter copied to clipboard
Error SharedMetaModule
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?