Hi,
I have an ionic project running on IIS.When application is on web browser , the source code including src folder,all
assets,providers etc. is seen and everybody can copy the whole code and use it as their own project. To make the appIication more secure against intruders and end users,I want to hide my source code when I run ionic application on web browsers. Is there a way to do that?
Best Regards.