Answers

Question and Answer:

  Home  AngularJS Developer

⟩ Tell me what is constant?

constants are used to pass values at config phase considering the fact that value cannot be used to be passed during config phase.

mainApp.constant("configParam", "constant value");

 177 views

More Questions for you: