April 2018
Beginner
536 pages
13h 21m
English
We need to declare some identifiers required for the InversifyJS type bindings. If you don't know what a type binding is, you should go back to Chapter 5, Working with Dependencies, to learn the basics about InversifyJS. We are going to declare a binding for the MovieRepository class:
export const TYPE = {
MovieRepository: Symbol("MovieRepository")
};