Service classes can be registered as providers via which decorators?
@Injectable and @NgModule only.
@Injectable only.
@Service and @NgModule only.
@Injectable, @NgModule, @Component, and @Directive.