injectable-ts icon indicating copy to clipboard operation
injectable-ts copied to clipboard

Purely-functional strictly-typed IoC/DI for TypeScript

Results 8 injectable-ts issues
Sort by recently updated
recently updated
newest added

related to #3 - @fyzu NOTE: the test in `@injectable-ts/react` is failing due to missing dependency - need to find a way to fix it

#6 @raveclassic 1. i create docs command for generate API.md for each package by jsdoc 2. create examples for core and react ------ review please.

Sometimes some dependencies are optional, but now there is no way to specify such dependencies correctly. My suggestion is to add an optional token: ```ts const foo = tokenOptional('foo')() const...

Hello! If we imagine some kind of service which behaviour can be controlled outside (for example auth tokens), we would use tokens for that like so: ```typescript const myService =...

enhancement
question

Is there a plan for creating documentation or examples? Maybe somewhere there are examples of use?

Hello! Please could you add the license file to your repository?