Skip to content

Commit 99a736f

Browse files
Change formatting for Angular various versions question
1 parent acd21fa commit 99a736f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2678,21 +2678,21 @@ You can download the PDF and Epub version of this repository from the latest run
26782678
* TypeScript 3.7
26792679
* Ivy enabled by default
26802680
10. **Angular 10:**
2681-
* It is released in June 2020.
2682-
* TypeScript 3.9
2683-
* TSlib 2.0
2681+
* It is released in June 2020.
2682+
* TypeScript 3.9
2683+
* TSlib 2.0
26842684
26852685
**[⬆ Back to Top](#table-of-contents)**
26862686
26872687
153. ### What are the security principles in angular?
26882688
Below are the list of security principles in angular,
26892689
26902690
1. You should avoid direct use of the DOM APIs.
2691-
2. You should enable Content Security Policy (CSP) and configure your web server to return appropriate CSP HTTP headers.
2692-
3. You should Use the offline template compiler.
2693-
4. You should Use Server Side XSS protection.
2694-
5. You should Use DOM Sanitizer.
2695-
6. You should Preventing CSRF or XSRF attacks.
2691+
1. You should enable Content Security Policy (CSP) and configure your web server to return appropriate CSP HTTP headers.
2692+
2. You should Use the offline template compiler.
2693+
3. You should Use Server Side XSS protection.
2694+
4. You should Use DOM Sanitizer.
2695+
5. You should Preventing CSRF or XSRF attacks.
26962696
26972697
**[⬆ Back to Top](#table-of-contents)**
26982698

0 commit comments

Comments
 (0)