Login
Remember
Register
MCQ Village Q&A
Questions
Unanswered
Categories
Ask a Question
Ask a Question
In the above code snippet, the provided property in the @Injectable Decorator
0
votes
108
views
asked
Jun 5, 2023
in
MEAN
by
Admin
(
0
points)
closed
Jun 5, 2023
by
Admin
import (Injectable) from '@angular/core';
@Injectable(( provided in: 'root ,
export class ProductService(
products=[];
getProducts() { return this products;)
'
In the above code snippet, the provided property in the @Injectable Decorator
closed
mean
accenture
Please
log in
or
register
to add a comment.
1
Answer
0
votes
answered
Jun 5, 2023
by
Admin
(
0
points)
Best answer
declares that this service should be created by the root application injector
Please
log in
or
register
to add a comment.
Related questions
0
votes
1
answer
159
views
What is the output of the below code snippet when executed?
asked
Jun 5, 2023
in
MEAN
by
Admin
(
0
points)
mean
accenture
0
votes
1
answer
91
views
You have to control the alignment of div element through a component class property
asked
Jun 5, 2023
in
MEAN
by
Admin
(
0
points)
mean
accenture
0
votes
1
answer
138
views
Which of the following is the correct output for the following JavaScript code
asked
Jun 4, 2023
in
MEAN
by
Admin
(
0
points)
mean
accenture
0
votes
1
answer
97
views
Which of the following query will list the user in ascending order of their names?
asked
Jun 5, 2023
in
MEAN
by
Admin
(
0
points)
mean
accenture
0
votes
1
answer
106
views
She is using the CSS Box model and wants to position the elements anywhere in the page
asked
Jun 4, 2023
in
MEAN
by
Admin
(
0
points)
mean
accenture
2.8k
questions
2.8k
answers
0
comments
76
users
Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...