Science, asked by PranayKushwaha5119, 1 year ago

which of provider type can be injected during config phase

Answers

Answered by yuvrajkarle
0
AngularJS Modularization & Dependency Injection
Answered by kingofself
0

Answer:

  • Software designed in which instead of hard Court coding within components.
  • The components are given individual dependencies This Design of software is called dependency injection What it does is the component is relieved from Dependency locating and it makes the dependency configurable Service value factory provider Constant are the core components That can be injected  with each other.
  • It makes components testable maintainable and reusable with the help of this design. The supreme dependency mechanism is provided by Angular JS.
Similar questions