dave08
02/01/2023, 1:49 PMSet<FooInterface>
that's being injected, is there a way to make it default to passing an emptySet? (It's for a plugin system... just preparing the framework for it right now...) I know I could always use a provider in the component for that, but then when I add actual implementations, won't that break?evant
02/01/2023, 6:59 PM