
…em. There’s really only one rule to Scopes, each component-module relation ship can hold one scope, so if the component is scoped @MyRandomScope then the module provider methods need to annotated as well, and they cannot be @AnotherScope. Additionally, if you have a scoped component/module, any dependent components NEED to be scoped, and they cannot have the same scope.