Jump to content

Angular (web framework)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by اقرأ (talk | contribs) at 22:16, 14 June 2018 (update). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Angular
Developer(s)Google
Initial release2.0 / 14 September 2016; 8 years ago (2016-09-14)[1]
Stable release
6.0.5 / 14 June 2018; 6 years ago (2018-06-14)[2]
Preview release
6.0.0-rc.6 / 27 April 2018; 7 years ago (2018-04-27)[3]
Repository
Written inTypeScript
PlatformCross-platform, modern browsers only
TypeJavaScript, Single-page application Framework
LicenseMIT License
Websiteangular.io

Angular (commonly referred to as "Angular 2+" or "Angular v2 and above")[4][5] is a TypeScript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built AngularJS.

Differences between Angular and AngularJS

Architecture of an Angular application. The main building blocks are modules, components, templates, metadata, data binding, directives, services and dependency injection.

Angular was a ground-up rewrite of AngularJS.

History

Naming

Originally, the rewrite of AngularJS was called "Angular 2" by the team, but this led to confusion among developers. To clarify, the team announced that separate terms should be used for each framework with "AngularJS" referring to the 1.X versions and "Angular" without the "JS" referring to versions 2 and up.[8]

Version 2.0.0

Angular 2.0 was announced at the ng-Europe conference 22-23. October 2014.[9][10] The drastic changes in the 2.0 version created considerable controversy among developers.[11] On April 30, 2015, the Angular developers announced that Angular 2 moved from Alpha to Developer Preview.[12] Angular 2 moved to Beta in December 2015,[13] and the first release candidate was published in May 2016.[14] The final version was released on September 14, 2016.

Version 4.0.0

On 13 December 2016 Angular 4 was announced, skipping 3 to avoid a confusion due to the misalignment of the router package's version which was already distributed as v3.3.0.[15] The final version was released on March 23, 2017.[16] Angular 4 is backward compatible with Angular 2.[17]

Angular version 4.3 is a minor release, meaning that it contains no breaking changes and that it is a drop-in replacement for 4.x.x.

Features in version 4.3

  • Introducing HttpClient, a smaller, easier to use, and more powerful library for making HTTP Requests.
  • New router life cycle events for Guards and Resolvers. Four new events: GuardsCheckStart, GuardsCheckEnd, ResolveStart, ResolveEnd join the existing set of life cycle event such as NavigationStart.
  • Conditionally disable animations.

Version 5.0.0

Angular 5 was released on November 1, 2017.[18] Key improvements in Angular 5 include support for progressive web apps, a build optimizer and improvements related to Material Design.[19]

Version 6.0.0

Angular 6 was released on May 4, 2018.[20]. This is a major release focused less on the underlying framework, and more on the toolchain and on making it easier to move quickly with Angular in the future, like: ng update, ng add, Angular Elements, Angular Material + CDK Components, Angular Material Starter Components, CLI Workspaces, Library Support, Tree Shakable Providers, Animations Performance Improvements, and RxJS v6.

Future releases

Angular 7 release will be showing up in September or October 2018. Each version is expected to be backward-compatible with the prior release. Google pledged to do twice-a-year upgrades.

References

  1. ^ "Trigular, version 2: proprioception-reinforcement". blogspot.com. September 14, 2016. Retrieved 2017-03-18.
  2. ^ https://github.com/angular/angular/releases
  3. ^ "angular/CHANGELOG.md at master · angular/angular". GitHub. Retrieved 2018-04-13.
  4. ^ https://www.reddit.com/r/Angular2/
  5. ^ https://www.sitepoint.com/angularjs-vs-angular/
  6. ^ https://angular.io/guide/architecture
  7. ^ "What's the difference between AngularJS and Angular?". gorrion.io. September 19, 2017. Retrieved 2018-01-28.
  8. ^ "Angular: Branding Guidelines for AngularJS". Retrieved 2017-03-04.
  9. ^ Coman Hamilton. "A sneak peek at the radically new Angular 2.0". Retrieved 2015-10-21.
  10. ^ "Ng-Europe schedule".
  11. ^ Coman Hamilton. "Angular 2.0 announcement backfires". Retrieved 2015-10-21.
  12. ^ @angularjs (30 Apr 2015). "Angular 2 moves from Alpha to Developer Preview! Dev guide and API docs now available at ... angular.io/docs/js/latest" (Tweet). Retrieved 2015-10-21 – via Twitter.
  13. ^ "Angular: Angular 2 Beta". angularjs.blogspot.it. Retrieved 2016-07-13.
  14. ^ "angular/angular". GitHub. Retrieved 2016-05-04.
  15. ^ "Ok... let me explain: it's going to be Angular 4.0". angularjs.blogspot.kr. Retrieved 2016-12-14.
  16. ^ "Angular 4.0.0 Now Available". angularjs.blogspot.ca. Retrieved 2017-03-23.
  17. ^ "Angular 4 coming in 2017, to be backwards compatible with Angular 2". react-etc.net. Retrieved 2016-12-14.
  18. ^ Fluin, Stephen. "Version 5.0.0 of Angular Now Available". Retrieved 2 November 2017.
  19. ^ "Angular 5 JavaScript framework delayed".
  20. ^ "Version 6.0.0 of Angular Now Available". Retrieved 4 May 2018.