Ionic Web Browser Hidden Source Code

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.

No. You can uglify it, but that’s all. Similarly, with a mouse click, you could read the source code of this web page right now.

Hi,
Is it still going to be shown,when I uglify the iconic project? Even if I mouse click.

Best Regards.