SwiftDI icon indicating copy to clipboard operation
SwiftDI copied to clipboard

Pass container to @Injected property

Open SpectralDragon opened this issue 4 years ago • 0 comments

I think, somebody wanna see this feature, like pass container as argument to init method.

@Injected(container) private var service: MyService

SpectralDragon avatar Dec 17 '19 08:12 SpectralDragon