How to assign values for hidden variables in front end from back-end ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to assign values for hidden variables in front end from back-end ?

I need to pass several values as hidden parameters to a Url so an angular layer can be initialized. I am using spring boot rest service in the back-end. Anyone know how to do this?

26th Mar 2020, 6:38 AM
Duvindu pamaljith
Duvindu pamaljith - avatar
1 Answer
+ 1
Send parameters in JSON Object using JSON or Ajax.
26th Mar 2020, 9:15 AM
A͢J
A͢J - avatar