Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Scripting language Interviews:AngularJSAngularJS DeveloperChrome FrameDojoExpert Developer JavaScriptExpert JavaScript DeveloperExt CoreEXT-GWTExt-JSFront End Developer (AngularJS)JQuery DeveloperjQuery MobileJQuery ProgrammerJQuery UIMooToolsPrototype FrameworkQooxdooScriptingSencha TouchSizzle Selector EngineSWFObjectWeb Font LoaderXMLHttpRequest
Copyright © 2018. All Rights Reserved
AngularJS Developer Interview Question:
what is DI (Dependency Injection ) and how an object or function can get a hold of its dependencies?
Submitted by: MuhammadDI or Dependency Injection is a software design pattern that deals with how code gets hold of its dependencies. In order to retrieve elements of the application which is required to be configured when module gets loaded , the operation “config” uses dependency injection.
These are the ways that object uses to hold of its dependencies
☛ Typically using the new operator, dependency can be created
☛ By referring to a global variable, dependency can be looked up
☛ Dependency can be passed into where it is required
Submitted by: Muhammad
These are the ways that object uses to hold of its dependencies
☛ Typically using the new operator, dependency can be created
☛ By referring to a global variable, dependency can be looked up
☛ Dependency can be passed into where it is required
Submitted by: Muhammad
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.