Learn and practice your skills with our MCQ question answers to improve your knowledge. MCQs list
Start Practice with MCQsQuizack 10 minutes test will assess your knowledge and give you comprehensive results along feedback.
Start QuizDownload Free Angular JS MCQ questions answers PDF to practice and learn while are offline.
Download PDF
Used by 100s of Jobseekers and students
Focused questions for skill assessment
Premium questions with correct answers
A new instance of that service is created when the module is lazy loaded.
Providing a service of the same type at a lazy-loaded module level is not allowed.
If an instance of the service has not been created at the root level yet. it will create one there and then use it.
A single instance of that service is always instantiated at root and is the only one ever used, including within lazy modules.
Answer:
A new instance of that service is created when the module is lazy loaded.
Which line often given code contains the attribute that tells which part of the HTML contains the AngularJS app?
Line 3
Line 6
Line 5
Line 10
Line 11
Answer:
Line 5