![]() | |
Developer(s) | |
---|---|
Initial release | 2.0 / 14 September 2016[1] |
Stable release | 17.0.3[2] ![]() |
Preview release | 17.1.0-next.0
/ 15 November 2023[3] |
Repository | Angular Repository |
Written in | TypeScript, JavaScript |
Platform | Web platform |
Type | Web framework |
License | MIT License |
Website | angular |
Angular (also referred to as "Angular 2+")[4] is a TypeScript-based, free and open-source single-page web application framework 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.
Google designed Angular as a ground-up rewrite of AngularJS.
"[ ]"
for property binding, and "( )"
for event binding[6]The rewrite of AngularJS was called "Angular 2", but this led to confusion among developers. To clarify, the Team announced that separate names 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.[7]
Angular 2.0 was announced at the ng-Europe conference 22–23 October 2014.[8][9] The drastic changes in the 2.0 version created considerable controversy among developers.[10] On April 30, 2015, the Angular developers announced that Angular 2 moved from Alpha to Developer Preview.[11] Angular 2 moved to Beta in December 2015,[12] and the first release candidate was published in May 2016.[13] The final version was released on 14 September 2016.
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.[14] The final version was released on 23 March 2017.[15] Angular 4 is backward compatible with Angular 2.[16]
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
Angular 5 was released on 1 November 2017.[17] Key improvements in Angular 5 include support for progressive web apps, a build optimizer and improvements related to Material Design.[18]
Angular 6 was released on 4 May 2018.[19] 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.
Angular 7 was released on 18 October 2018. Updates regarding Application Performance, Angular Material & CDK, Virtual Scrolling, Improved Accessibility of Selects, now supports Content Projection using web standard for custom elements, and dependency updates regarding Typescript 3.1, RxJS 6.3, Node 10 (still supporting Node 8).[20]
Angular 8 was released on 28 May 2019. Featuring Differential loading for all application code, Dynamic imports for lazy routes, Web workers, TypeScript 3.4 support, and Angular Ivy as an opt-in preview. Angular Ivy opt-in preview includes:[21]
Angular 9 was released on 6 February 2020. Version 9 moves all applications to use the Ivy compiler and runtime by default. Angular has been updated to work with TypeScript 3.6 and 3.7. In addition to hundreds of bug fixes, the Ivy compiler and runtime offers numerous advantages:
Angular 10 was released on 24 June 2020.[22]
Angular 11 was released on 11 November 2020.[23]
Angular 12 was released on 12 May 2021.[24]
Angular 13 was released on 4 November 2021[25]
Angular 14 was released on 2 June 2022. Some new features include typed forms, standalone components, and new primitives in the Angular CDK (component dev kit). Standalone components work across Angular, and they now fully work in HttpClient, Angular Elements, router and more.
Angular 15 was released on November 16, 2022.
Angular 16 was released on 03 May 2023. New features included partial hydration for Angular Universal's server side rendering (SSR), experimental Jest support, esbuild-based build system for development servers, standalone project support, and more.
Angular 17 was released on November 8 2023. Some new features include the new Application builder, a new syntax for control flow, a re-worked learning and documentation website and more.[26]
Since v9, the Angular team has moved all new applications to use the Ivy compiler and runtime. They will be working on Ivy to improve output bundle sizes and development speeds.[27]
Each version is expected to be backward-compatible with the prior release. The Angular development team has pledged to do twice-a-year upgrades.
All the major releases are supported for 18 months. This consists of 6 months of active support, during which regularly-scheduled updates and patches are released. It is then followed by 12 months of long-term support (LTS), during which only critical fixes and security patches are released.[28]
Version | Status | Released | Active Ends | LTS Ends |
---|---|---|---|---|
^16.0.0 | Active | May 03, 2023 | Nov 03, 2023 | Nov 08, 2024 |
^15.0.0 | LTS | Nov 16, 2022 | May 16, 2023 | May 16, 2024 |
^14.0.0 | LTS | Jun 02, 2022 | Dec 02, 2022 | Dec 02, 2023 |
Angular versions v2 to v13 are no longer under support.[29]
"Angular Material" redirects here. For the library of the same name for AngularJS 1.x, see AngularJS § AngularJS Material. |
Angular Material is a UI component library that implements Material Design in Angular.[30]
In 2018, Angular 6 introduced Angular Elements that lets you package your Angular components as custom web elements, which are part of the web components set of web platform APIs.[31]