Provides an array of functions to call after the root module is created
Provides an array of functions to call before the root module is created
Provides the default error handler
Provides the middleware to invoke after to controller action handler
Provides the middleware to invoke before to controller action handler
Provides the express router for the current module/controller
Provides the http server
Provides an array of view directories
Provides the name of the default view engine
Provides a path prefix for the views in the current module/controller
Provide a middleware for a controller
Bootstrap factory
Provide an additional view directory
Provide an view prefix
Generated using TypeDoc
Provides the express Application