awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Dependency Injection Systems · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesDependency Injection Systems

Architectural frameworks that manage the lifecycle and provision of dependencies to components within an application.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Dependency Injection Systems. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Dependency Management Systems
  4. Dependency Injection
  5. Dependency Injection Systems

Awesome Dependency Injection Systems GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • angular/angular.js

    angular/angular.js

    58,970GitHubView on GitHub↗

    AngularJS is a structural framework for building dynamic web applications by extending standard HTML with custom tags and attributes. It operates as a client-side template engine that transforms declarative markup into interactive components, organizing application logic through a model-view-controller pattern. By util

    JavaScript
  • vuejs/core

    vuejs/core

    53,019GitHubView on GitHub↗

    Vue is a progressive JavaScript framework designed for building modular, reactive user interfaces. It utilizes a component-based architecture that allows developers to encapsulate logic, templates, and styles into reusable units. At its core, the framework employs a virtual DOM renderer and a proxy-based reactivity sys

    TypeScript

Explore sub-tags

  • Reactive Injection ManagementSystems that maintain reactive data connections between providers and consumers across component trees.
  • Service ContainersArchitectural patterns that encapsulate reusable logic into singleton objects shared throughout the application.
  • Service Injection PatternsMechanisms for injecting reusable services and factories into application components to manage shared logic.
Symbol Injection Keys
Unique identifiers used to prevent naming collisions when injecting dependencies in component-based architectures.