@zenweb/inject
TypeScript icon, indicating that this package has built-in type declarations

5.0.1 • Public • Published

inject - 依赖注入

依赖注入支持

依赖模块

配置项

此模块没有配置项

Core 挂载项

挂载项 类型 功能
injector Injector singleton 作用域注入管理器

Context 挂载项

挂载项 类型 功能
injector Injector request 作用域注入管理器

装饰器

名称 功能
@component 组件类的构造参数注入
@init 初始化方法
@inject 属性注入 (不推荐使用,使用 @component 代替)

全局模式

方法 功能
$getInstance(target: Class) 取得对象实例,对象实例会优先从 request 层获取,没有请求上下文则从 singleton 层获取

/@zenweb/inject/

    Package Sidebar

    Install

    npm i @zenweb/inject

    Weekly Downloads

    371

    Version

    5.0.1

    License

    MIT

    Unpacked Size

    16.1 kB

    Total Files

    12

    Last publish

    Collaborators

    • yefei777