:triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone. ⭐️ Star to support our work!
Information
Usage example
This feature allow provider registration using
injectable
,controller
functions. Decorators can also be used.Register class
Functional API:
Decorator API:
Register factory
Functional API:
Equivalent in v7 (still available in v8):
Register async factory
Functional API:
Equivalent in v7 (still available in v8):
register Value
Functional API:
Equivalent in v7 (still available in v8):
removed from v8, available in v7
Todos