From 50224b424324130cef6a1cba02db3234b6934251 Mon Sep 17 00:00:00 2001 From: Rachael Neff <35469555+raneff@users.noreply.github.com> Date: Sun, 21 Oct 2018 09:58:25 -0500 Subject: [PATCH] Adding description (#19654) Adding additional description --- guide/english/angular/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/angular/index.md b/guide/english/angular/index.md index bf1bf3fe34..2df0fd1512 100644 --- a/guide/english/angular/index.md +++ b/guide/english/angular/index.md @@ -9,7 +9,7 @@ Angular(versions 2.x and up) is a Typescript based open source framework to deve ## Version History -Google released the initial version of AngularJS on October 20,2010. Stable release of AngularJS was on December 18, 2017 of version 1.6.8. Angular 2.0 release took place on Sep-22 2014 at ng-Europe conference. One of the feature of Angular 2.0 is dynamic loading. +Google released the initial version of AngularJS on October 20,2010. Stable release of AngularJS was on December 18, 2017 of version 1.6.8. Angular 2.0 release took place on Sep-22 2014 at ng-Europe conference. One of the feature of Angular 2.0 is dynamic loading and modularity, most core functionality has moved to modules. After some modifications, Angular 4.0 was released on Dec-2016. Angular 4 is backward compatible with Angular 2.0. HttpClient library is one of the feature of Angular 4.0. Angular 5 release was on November 1, 2017. Support for Progressive web apps was one of the improvement in the Angular 4.0. Angular 6 release was in May 2018. The latest stable version is [6.1.9](https://blog.angular.io/angular-v6-1-now-available-typescript-2-9-scroll-positioning-and-more-9f1c03007bb6)