I have developed single page application in angular 5 which uses session storage to store some navigation parameters, flags, info etc. but session storage values can be seen/modified by end user under browser's Application -->session Storage tab.
Temporarily I have encrypted those values but that is not permanent fix.
How can I hide those values using Angular? Any other suggestions/solutions?