Skip to content

Impossible to add in provider interfaces with generics.  #11

@vladmelnikov

Description

@vladmelnikov

For example
interface MyInterface {
load(a: generic){}
}

container.registerSingleton<MyInterface, MyClass>();
container.registerSingleton<MyInterface, MyClass>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions