Injectable(options?: InjectableOptions): SetuClassDecorator
Marks a class as injectable (eligible for DI container registration). When
the DecoratorPlugin runs, injectable classes in its services list (or
discovered) are registered with the DI container when present, or
instantiated directly otherwise.
optional
options: InjectableOptions
Optional scope and token
A class decorator