I have div1 and div2.
If a user is admin I want him to see both of them.
If a user is a simple user, I want him to see only div2.
I used ng-if (beacuse it removes the div completely, and not using display:none)
Is it safe? Can it be intercepted and/or changed by proxy tools and/or chrome developer tools.
I didn't find any info on that.