Skip to content

Injection: add injection by Constructor Name #73

@joshjung

Description

@joshjung

We should able to inject items by their Constructor name.

Target Code:

  class AppModel {...};
  ...
  controller.addModel(new AppModel());
  ...
  controller.addListener('event', [
    ('AppModel') => {}
  ]);

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions