You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-42
Original file line number
Diff line number
Diff line change
@@ -2628,59 +2628,59 @@ You can download the PDF and Epub version of this repository from the latest run
2628
2628
There are different versions of Angular framework. Let's see the features of all the various versions,
2629
2629
2630
2630
1. **Angular 1:**
2631
-
* Angular 1 (AngularJS) is the first angular framework released in the year 2010.
2632
-
* AngularJS is not built for mobile devices.
2633
-
* It is based on controllers with MVC architecture.
2631
+
* Angular 1 (AngularJS) is the first angular framework released in the year 2010.
2632
+
* AngularJS is not built for mobile devices.
2633
+
* It is based on controllers with MVC architecture.
2634
2634
2. **Angular 2:**
2635
-
* Angular 2 was released in the year 2016. Angular 2 is a complete rewrite of Angular1 version.
2636
-
* The performance issues that Angular 1 version had has been addressed in Angular 2 version.
2637
-
* Angular 2 is built from scratch for mobile devices unlike Angular 1 version.
2638
-
* Angular 2 is components based.
2635
+
* Angular 2 was released in the year 2016. Angular 2 is a complete rewrite of Angular1 version.
2636
+
* The performance issues that Angular 1 version had has been addressed in Angular 2 version.
2637
+
* Angular 2 is built from scratch for mobile devices unlike Angular 1 version.
2638
+
* Angular 2 is components based.
2639
2639
3. **Angular 3:**
2640
2640
The following are the different package versions in Angular 2.
2641
-
* @angular/core v2.3.0
2642
-
* @angular/compiler v2.3.0
2643
-
* @angular/http v2.3.0
2644
-
* @angular/router v3.3.0
2641
+
* @angular/core v2.3.0
2642
+
* @angular/compiler v2.3.0
2643
+
* @angular/http v2.3.0
2644
+
* @angular/router v3.3.0
2645
2645
The router package is already versioned 3 so to avoid confusion switched to Angular 4 version and skipped 3 version.
2646
2646
4. **Angular 4:**
2647
-
* The compiler generated code file size in AOT mode is very much reduced.
2648
-
* With Angular 4 the production bundles size is reduced by hundreds of KB’s.
2649
-
* Animation features are removed from angular/core and formed as a separate package.
2650
-
* Supports Typescript 2.1 and 2.2.
2651
-
* Angular Universal
2652
-
* New HttpClient
2647
+
* The compiler generated code file size in AOT mode is very much reduced.
2648
+
* With Angular 4 the production bundles size is reduced by hundreds of KB’s.
2649
+
* Animation features are removed from angular/core and formed as a separate package.
2650
+
* Supports Typescript 2.1 and 2.2.
2651
+
* Angular Universal
2652
+
* New HttpClient
2653
2653
5. **Angular 5:**
2654
-
* Angular 5 makes angular faster. It improved the loading time and execution time.
2655
-
* Shipped with new build optimizer.
2656
-
* Supports Typescript 2.5.
2657
-
* Service Worker
2654
+
* Angular 5 makes angular faster. It improved the loading time and execution time.
2655
+
* Shipped with new build optimizer.
2656
+
* Supports Typescript 2.5.
2657
+
* Service Worker
2658
2658
6. **Angular 6:**
2659
-
* It is released in May 2018.
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
2659
+
* It is released in May 2018.
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
2666
2666
7. **Angular 7:**
2667
-
* It is released in October 2018.
2668
-
* TypeScript 3.1
2669
-
* RxJS 6.3
2670
-
* New Angular CLI
2671
-
* 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
2672
-
* 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.
2667
+
* It is released in October 2018.
2668
+
* TypeScript 3.1
2669
+
* RxJS 6.3
2670
+
* New Angular CLI
2671
+
* 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
2672
+
* 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.
0 commit comments