From the course: Angular: Building Large Applications

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Security exploration in Angular

Security exploration in Angular - Angular Tutorial

From the course: Angular: Building Large Applications

Start my 1-month free trial

Security exploration in Angular

- [Instructor] Like any framework, you must constantly educated yourself on security, and the potential threats related to your application or chosen framework. The first place to go is the OWASP website, where you can get the latest information on current security threats, as well as what are the general techniques used to prevent such threats. I highly recommend you use it regularly as you build your application. They are also a few a practices to follow in order to make your Angular application as secure as possible, and you can go to the Angular section on security. First thing to do and most importantly, is to keep your application updated with the latest copy of the code. So, whenever Angular core library is updated, try as much as possible to keep it updated too. Be well aware of cross-site scripting attacks, which are primarily where malicious code is injected into webpages, usually through a form, and there are on this page a few ways to prevent this, but Angular provides…

Contents