Define
Use define decorator to register the class in the injector.
When you decorate a class with @define(), the class's name is transformed into a camel-case, and this will be the name you use to inject it.
The class must be exported.
or with custom Id
get the controller instance from the injector