Injectable constructor
const
Injectable()
Creates a new instance of Injectable.
This constructor is typically not invoked directly, but rather the annotation is placed on the class definition to be managed by the DI framework.
Implementation
const Injectable();