This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
This repository has been archived by the owner on Oct 7, 2020. It is now read-only.
internal dependencies on MdcRippleModule #164
Closed
Description
Several components (textfield was what bit me) rely on having an EventRegistry
provided. If one is importing individual component modules, a rather cryptic (for me, at least) error will ensue saying there is no provider for EventRegistry
. I see that MdcRippleModule
declares this provider, so one way to avoid the problem is to include it in the app module. Perhaps simply documenting this in a FAQ is the best approach, or maybe importing MdcRippleModule
in MdcTextfieldModule
et al would be preferable. My primary concern with doing things that way would be potential code duplication.