Angular (application platform)

Angular
Developer(s) Google
Initial release 2.0 / 14 September 2016 (2016-09-14)[1]
Stable release
6.1.10 / 10 October 2018 (2018-10-10)[2]
Preview release
7.0.0-rc.1 / 11 October 2018 (2018-10-11)[3]
Repository Edit this at Wikidata
Written in TypeScript
Platform Cross-platform, modern browsers only
Type JavaScript, Single-page application Framework
License MIT License
Website angular.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 is slated to be released in September or October 2018. On August 2, 2018 the first beta of Angular 7 was published[21]. One of the highlights is the expected release of Ivy[22], a backwards compatible, completely new render engine based on the incremental DOM architecture. Ivy has been engineered with Tree shaking in mind, which means that application bundles will only include the parts of Angular source code that is actually used by the application.

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-08-29.
  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.
  21. "angular/angular". GitHub. Retrieved 2018-08-02.
  22. "Ivy Renderer (beta) · Issue #21706 · angular/angular". GitHub. Retrieved 2018-08-02.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.