You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking task - all we have are examples that compare Pico to other frameworks, and internal tests. We need a new one that will showcase all of the usage patterns of Pico keeping it simple.
Pico basic Singleton and Contract w/ T, List<T>, Provider<T>, Optional<T>, and List<Provider<T>> injection points - also with some scopes like Named.
Provider<Type>
InjectionPointProvider<Type>
Config-driven services
interceptors.
The text was updated successfully, but these errors were encountered:
Tracking task - all we have are examples that compare Pico to other frameworks, and internal tests. We need a new one that will showcase all of the usage patterns of Pico keeping it simple.
Singleton
andContract
w/T
,List<T>
,Provider<T>
,Optional<T>
, andList<Provider<T>>
injection points - also with some scopes likeNamed
.Provider<Type>
InjectionPointProvider<Type>
The text was updated successfully, but these errors were encountered: