I have a question regarding using AngularJS (or rather any other frontend JS framework).
We have been thinking to use AngularJS in our new project which will be publicly accessible. If we build the frontend app in AngularJS (or any other JS framework), then whole client code is accessible to anyone.
Even if we minify or uglify the code, then also can seen & decoded.
How we can build the app using JS Frameworks without loosing the IP of source code?
Thanks, Gourav.