April 2018
Beginner
536 pages
13h 21m
English
The InversifyJS Express utils allow us to declare controllers using what is known as declarative routing. Instead of declaring Router instances, we can annotate a controller class using some decorators. The metadata generated by the decorators is later used by the InversifyJS express utils to generate the Router instances for us.
The following example uses the following decorators: