In my angular application, I can remove disabled" /> In my angular application, I can remove disabled" /> In my angular application, I can remove disabled"/>

Is there any angular built in module or any other method to prevent editing fields using browser inspect tools

38 Views Asked by At

As an example, if I disabled <input type="text" name="fullName" disabled [(ngModel)]="fullNameValue"> In my angular application, I can remove disabled attribute using inspect tools. then, I can change the value inside it. How to prevent this in angular frontend. Is there angular built in module or tag to prevent this. Or else is there any method to prevent the user accessing inspect tools or prevent accessing inspect tools for this part only.

html input tag with disabled attribute. Here I can't input text in the Customer Id input field

after remove disabled attribute using inspect tools I can enable the Customer Id input field

0

There are 0 best solutions below