Передача параметров в конструктор с помощью InversifyJS
#javascript #typescript #dependency-injection #inversifyjs Вопрос: Как я могу передать параметр bar в класс FooImpl с помощью InversifyJS? @injectable() class FooImpl implements Foo { bar: string constructor(bar: string) { this.bar =…