Skip to content

Commit 89d1e2b

Browse files
Add info for Angular various versions question
1 parent 6e8dda0 commit 89d1e2b

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2648,20 +2648,39 @@ You can download the PDF and Epub version of this repository from the latest run
26482648
• With Angular 4 the production bundles size is reduced by hundreds of KB’s.
26492649
• Animation features are removed from angular/core and formed as a separate package.
26502650
• Supports Typescript 2.1 and 2.2.
2651+
• Angular Universal
2652+
• New HttpClient
26512653
5. **Angular 5:**
26522654
• Angular 5 makes angular faster. It improved the loading time and execution time.
26532655
• Shipped with new build optimizer.
26542656
• Supports Typescript 2.5.
2657+
• Service Worker
26552658
6. **Angular 6:**
26562659
• It is released in May 2018.
2657-
• Includes Angular Command Line Interface (CLI), Component Development KIT (CDK), Angular Material Package.
2660+
• Includes Angular Command Line Interface (CLI), Component Development KIT (CDK), Angular Material Package, Angular Elements.
2661+
• Service Worker bug fixes.
2662+
• i18n
2663+
• Experimental mode for Ivy.
2664+
• RxJS 6.0
2665+
• Tree Shaking
26582666
7. **Angular 7:**
26592667
• It is released in October 2018.
26602668
• TypeScript 3.1
26612669
• RxJS 6.3
26622670
• New Angular CLI
26632671
• CLI Prompts capability provide an ability to ask questions to the user before they run. It is like interactive dialog between the user and the CLI
26642672
• With the improved CLI Prompts capability, it helps developers to make the decision. New ng commands ask users for routing and CSS styles types(SCSS) and ng add @angular/material asks for themes and gestures or animations.
2673+
8. **Angular 8:**
2674+
* It is released in May 2019.
2675+
* TypeScript 3.4
2676+
9. **Angular 9:**
2677+
• It is released in February 2020.
2678+
• TypeScript 3.7
2679+
• Ivy enabled by default
2680+
10. **Angular 10:**
2681+
• It is released in June 2020.
2682+
• TypeScript 3.9
2683+
• TSlib 2.0
26652684
26662685
**[⬆ Back to Top](#table-of-contents)**
26672686

0 commit comments

Comments
 (0)