MEAN - Stack Development Practice Test
MEAN Angular Components and Services
What decorator is used to define a service that can be injected into Angular components?
Select your answer
A
@Injectable()
B
@Service()
C
@Provider()
D
@Inject()
Hint