Entries for 'Anuja Patel'
-
Angular - XSS Injection
Cross-Site Scripting (XSS) attacks are a type of injection, in which malicious scripts are injected into otherwise benign and trusted websites. XSS at...
Read More >
-
-
-
NgRx
To implement NgRx,
Install package @ngrx/store: npm install --save @ngrx/store
Now, we need to create one app level reducer.
Create a “store” f...
Read More >
-