-
Notifications
You must be signed in to change notification settings - Fork 197
Open
Description
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?
gaurav112 and vdumbrav
Metadata
Metadata
Assignees
Labels
No labels