Content deleted Content added
No edit summary |
m Link to more up to date StackOverflow survey Tags: Mobile edit Mobile app edit iOS app edit App section source |
||
(9 intermediate revisions by 4 users not shown) | |||
Line 9:
| latest_release_version = {{wikidata|property|reference|edit| Q28925578 |P348}}
| latest_release_date = {{start date and age|{{wikidata|qualifier| Q28925578 |P348|P577}}}}
| latest preview version =
| latest preview date = {{Start date and age|
| repo = {{URL|https://github.com/angular/angular|Angular Repository}}
| programming language = [[TypeScript]], [[JavaScript]]
Line 18:
| website = {{URL|https://angular.dev/}}
}}
'''Angular''' (also referred to as '''Angular 2+''')<ref>{{cite web|url=https://www.sitepoint.com/angularjs-vs-angular/|title=AngularJS and Angular 2+: a Detailed Comparison|date=6 April 2018}}</ref> is a [[TypeScript]]-based [[Free and open-source software|free and open-source]] [[Single-page application|single-page]] [[Web framework|web application framework]]. It is developed by [[Google]] and by a community of individuals and corporations. Angular is a complete rewrite from the same team that built [[AngularJS]]. The Angular ecosystem consists of a diverse group of over 1.7 million developers, library authors, and content creators.<ref>{{Cite web |title=Angular |url=https://angular.io/guide/what-is-angular |access-date=2024-03-26 |website=angular.io}}</ref> According to the Stack Overflow Developer Survey, Angular is one of the most commonly used web frameworks.<ref>{{Cite web |title=Stack Overflow Developer Survey
==Differences between Angular and AngularJS==
Line 47:
==History==
Angular 2.0 was announced
Version 8 of Angular introduced a new compilation and rendering pipeline, Ivy, and version 9 of Angular enabled Ivy by default. Angular 13 removed the deprecated former compiler, View Engine.<ref>{{Cite web |last=Thompson |first=Mark |date=2021-11-04 |title=Angular v13 is now Available |url=https://blog.angular.dev/angular-v13-is-now-available-cce66f7bc296 |access-date=2024-06-02 |website=Angular Blog |language=en}}</ref> Angular 14 introduced standalone components and Angular 17 made them the default, de-emphasizing the use of modules.<ref>{{Cite web |last=Gechev |first=Minko |date=2023-11-08 |title=Introducing Angular v17 |url=https://blog.angular.dev/introducing-angular-v17-4d7033312e4b#586d |access-date=2024-05-16 |website=Angular Blog |language=en}}</ref>
Angular 18, released in 2024, introduced several improvements such as standalone components defaulting to true, built-in control flow syntax, zoneless support previews, and modern SSR debugging tools.<sup>[44]</sup>▼
===Naming===
Line 59 ⟶ 61:
! Version !! Release date !! New features
|-
|{{Version |c |Angular
|May 28, 2025
|by default Angular CLI will not generate suffixes for components, directives, services, and pipes.<ref>{{Cite web |last=Gechev |first=Minko |date=2025-05-28 |title=Announcing Angular v20 |url=https://blog.angular.dev/announcing-angular-v20-b5c9c06cf301 |access-date=2025-05-28 |website=Medium |language=en}}</ref>
|-
|{{Version |co |Angular 19}}
|November 19, 2024
|Angular directives, components and pipes are now standalone by default.<ref>{{Cite web |last=Gechev |first=Minko |date=2024-
|-
|{{Version |
|May 22, 2024
|Experimental zoneless change detection support and server-side rendering improvements.<ref>{{Cite web |last=Gechev |first=Minko |date=2024-05-23 |title=Angular v18 is now available! |url=https://blog.angular.dev/angular-v18-is-now-available-e79d5ac0affe |access-date=2024-06-02 |website=Medium |language=en}}</ref>
Line 109 ⟶ 115:
=== Support policy and schedule ===
All the major releases are supported for 18 months. This consists of 6 months of active support, during which regularly
{| class="wikitable"
|+Supported Angular Versions
Line 134 ⟶ 140:
|}
Angular versions v2 to v17 are no longer under support.<ref>{{Cite web |title=Angular |url=https://angular.dev/reference/releases#actively-supported-versions |access-date=2025-02-12 |website=angular.dev |language=en}}</ref>
▲Angular 18, released in 2024, introduced several improvements such as standalone components defaulting to true, built-in control flow syntax, zoneless support previews, and modern SSR debugging tools.<sup>[44]</sup>
== Libraries ==
|