-
Updated
Sep 13, 2021 - Java
#
dependency-injection
Here are 3,438 public repositories matching this topic...
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
-
Updated
Sep 28, 2021 - TypeScript
Koin - a pragmatic lightweight dependency injection framework for Kotlin
-
Updated
Sep 13, 2021 - Kotlin
Dependency injection framework for Swift with iOS/macOS/Linux
-
Updated
Sep 26, 2021 - Swift
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
dart
http
mobile
framework
web
state-management
internationalization
routes
dependency-injection
get
flutter
getx
-
Updated
Sep 29, 2021 - Dart
233cy
commented
Sep 1, 2020
mrmodise
commented
Sep 28, 2021
The Calling REST APIs section demonstrates how to use LoopBack 4 to call GET APIs. It would be benefiting to the broader community to demonstrate how to call POST APIs. I have the todo-jwt example hosted in Heroku that could be used in the doc
An addictive .NET IoC container
-
Updated
Sep 20, 2021 - C#
The DependencyInjection component allows you to standardize and centralize the way objects are constructed in your application.
-
Updated
Sep 28, 2021 - PHP
redis
cors
t4
ioc
jwt
repository
dependency-injection
swagger
netcore
rbac
aop
autofac
dto
automapper
netcore-webapi
sqlsugar
sqlsugarcore
rbac-roles
net5
netcore-vue
-
Updated
Sep 26, 2021 - C#
OOP is better with stamps: Composable object factories.
-
Updated
Apr 1, 2021 - JavaScript
Powerful dependency injection for Objective-C ✨ ✨ (https://PILGRIM.PH is the pure Swift successor to Typhoon!!)✨ ✨
-
Updated
Dec 20, 2020 - Objective-C
Simple yet powerful dependency injection tool for JavaScript and TypeScript.
-
Updated
Sep 30, 2021 - TypeScript
Dependency Injection Framework for Unity3D
game
ioc
gamedev
framework
unity
dependency-injection
game-development
injection
unity3d
data-binding
unity3d-plugin
dependency
injection-container
dependency-injection-framework
zenject
-
Updated
Dec 18, 2020 - C#
Lightweight dependency injection container for JavaScript/TypeScript
-
Updated
Sep 22, 2021 - TypeScript
A small PHP dependency injection container
-
Updated
Aug 31, 2021 - PHP
A dependency injection based application framework for Go.
-
Updated
Sep 17, 2021 - Go
The dependency injection container for humans
-
Updated
Sep 15, 2021 - PHP
Your first K.I.S.S Unity 3D Framework.
ioc
framework
cqrs
csharp
unity
ddd
dependency-injection
unity3d
unity-scripts
inversion-of-control
event-driven
game-frameworks
frameworks
unity2d
unity3d-framework
uiframework
qframework
uframe
unidux
-
Updated
Sep 30, 2021 - C#
Extremely powerful Inversion of Control (IoC) container for Node.JS
-
Updated
Sep 15, 2021 - TypeScript
A reflection based dependency injection toolkit for Go.
-
Updated
Sep 22, 2021 - Go
Romakita
commented
Feb 6, 2021
Information
Add ajv-errors message customization support.
Ref: https://www.npmjs.com/package/ajv-errors
Related: #833
Example
Configuration:
const Ajv = require("ajv").default
const ajv = new Ajv({allErrors: true})
// Ajv option allErrors is required
require("ajv-errors")(ajv /*, {singleError: true} */)
const schema = {
type: "object",
required: ["foo"],
p
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
dependency-injection
decoration
conventions
asp-net-core
scanning
hacktoberfest
convention-registration
assembly-scanning
decoration-extensions
scrutor
-
Updated
Sep 14, 2021 - C#
Lightweight Swift Dependency Injection Framework
-
Updated
Mar 17, 2021 - Swift
Dependency injection framework for Python
python
flask
ioc
factory
dependency-injection
design-patterns
python3
aiohttp
singleton
flask-application
asyncio
ioc-container
python-3
python-2
dependency-injection-framework
dependency-injection-container
threadlocal
flask-restful
-
Updated
Oct 1, 2021 - Python
This repository contains all relevant information about Unity Container suit
-
Updated
Aug 2, 2021
A boilerplate project created in flutter using MobX and Provider.
dart
boilerplate
state-management
mobx
dependency-injection
boilerplate-template
validator
logging
provider
user-notifications
injector
inject
flutter
xxtea
encryption-decryption
dio
sembast
flutter-state-management
flutter-boilerplate
-
Updated
Jun 19, 2021 - Dart
Elegant and fully-featured Node.Js web framework based on TypeScript. 🚀 .
nodejs
api
security
jwt
express
node
framework
typescript
sdk
orm
rest
dependency-injection
web-framework
auth
typeorm
nodejs-framework
typescript-framework
foal
foalts
foalts-cli
-
Updated
Sep 26, 2021 - TypeScript
A small tutorial to show how to create a PHP application without a framework.
-
Updated
Jan 31, 2021
Improve this page
Add a description, image, and links to the dependency-injection topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dependency-injection topic, visit your repo's landing page and select "manage topics."
One of the specific advantages of the wire approach is that it generates code that's relatively readable compared to reflect-based equivalents. When
wire.Value
is used on a small by-value type, there's no need for the value to live in a global variable - the expression could instead be used literally inside the generated code, which would make the code easier to follow, and more similar to the c