1.

What Is Constant?

Answer»

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”);

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”);



Discussion

No Comment Found