Share to: share facebook share twitter share wa share telegram print page

Angular (web framework)

Angular
Developer(s)Google
Initial release2.0 / 14 September 2016; 8 years ago (2016-09-14)[1]
Stable release
18.2.5[2] Edit this on Wikidata / 18 September 2024; 4 days ago (18 September 2024)
Preview release
19.0.0-next.0 / 14 August 2024; 39 days ago (2024-08-14)[3]
RepositoryAngular Repository
Written inTypeScript, JavaScript
PlatformWeb platform
TypeWeb framework
LicenseMIT License
Websiteangular.dev

Angular (also referred to as "Angular 2+")[4] is a TypeScript-based free and open-source single-page 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.[5] According to the Stack Overflow Developer Survey, Angular is one of the most commonly used web frameworks.[6]

Differences between Angular and AngularJS

Architecture of an Angular application, services, and dependency injection

Google designed Angular as a ground-up rewrite of AngularJS. Unlike AngularJS, Angular does not have a concept of "scope" or controllers; instead, it uses a hierarchy of components as its primary architectural characteristic.[7] Angular has a different expression syntax, focusing on "[ ]" for property binding, and "( )" for event binding.[8] Angular recommends the use of Microsoft's TypeScript language, which introduces features such as static typing, generics, and type annotations.

Features

Component-based architecture

Angular uses a component-based architecture, which allows developers to build encapsulated, reusable user interface elements. Each component encapsulates its own HTML, CSS, and TypeScript, making it easier to manage and test individual pieces of an application.[9]

Data binding

Angular supports two-way data binding, which synchronizes data between the model and the view. This ensures that any changes in the view are automatically reflected in the model and vice versa.[10]

Dependency injection

Angular has a built-in dependency injection system that makes it easier to manage and inject dependencies into components and services. This promotes modularity and easier testing.[11]

Directives

Angular extends HTML with additional attributes called directives. Directives offer functionality to change the behavior or appearance of DOM elements.[12]

Routing

Angular includes a router that allows developers to define and manage application states and navigation paths, making it easier to build single-page applications with complex routing.[13]

Angular CLI

The Angular CLI (Command Line Interface) provides a set of tools for creating, building, testing, and deploying Angular applications. It enables rapid application setup and simplifies ongoing development tasks.[14]

Server-side rendering

Angular has the official support for Server-Side Rendering. This functionality improves the application's load time and performance. Server-side rendering also enhances search engine optimization by making content more accessible to web crawlers.[15]

History

Angular 2.0 was announced at the ng-Europe conference 22–23 October 2014.[16] On April 30, 2015, the Angular developers announced that Angular 2 moved from Alpha to Developer Preview.[17] Angular 2 moved to Beta in December 2015,[18] and the first release candidate was published in May 2016.[19] The final version was released on 14 September 2016.

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.[20]

Naming

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.[21]

Version history

Version Release date New features Notes
Angular 18 May 22, 2024 Experimental zoneless change detection support and server-side rendering improvements.[22]
Angular 17 November 8, 2023[23] Application builder, a new syntax for control flow, and a re-worked learning and documentation website.[23]
Angular 16 3 May 2023 Partial hydration for Angular Universal's Server-side rendering, experimental Jest support, and Esbuild-based build system for development servers.
Angular 15 November 18, 2022 Standalone APIs, directive composition API.[24]
Angular 14 2 June 2022 Typed forms, standalone components, and new primitives in the Angular CDK (component dev kit).
Angular 13 4 November 2021[25] Removed deprecated View Engine renderer.
Angular 12 12 May 2021[26] Deprecated support for Internet Explorer 11.
Angular 11 11 November 2020[27] Experimental Webpack 5 support
Angular 10 24 June 2020[28] New Date Range Picker (Material UI library).
Angular 9 6 February 2020 Improved build times, enabling AOT on by default
Angular 8 28 May 2019 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.[29]
Angular 7 18 October 2018 Updates regarding Application Performance, Angular Material & CDK, Virtual Scrolling, Improved Accessibility of Selects. Support for Content Projection using web standard for custom elements, and dependency updates regarding Typescript 3.1, RxJS 6.3 and Node.js 10.[30]
Angular 6 4 May 2018[31] Experimental custom element support
Angular 5 1 November 2017[32] Support for progressive web apps, a build optimizer and improvements related to Material Design.[33]
Angular 4.3 18 July 2017 HttpClient for making HTTP requests, conditionally disabling animations, new router life cycle events for Guards and Resolvers. Minor release, meaning that it contains no breaking changes and that it is a drop-in replacement for Angular 4.x.x.
Angular 4 23 March 2017[34] Added ng update command Backward compatible with Angular 2.
Angular 2 14 September 2016 Initial release

Future releases

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.[35]

Each version is expected to be backward-compatible with the prior release. The Angular development team has pledged to do twice-a-year upgrades.

Support policy and schedule

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.[36]

Supported Angular Versions
Version Status Released Active Ends LTS Ends Duration
^18.0.0 Active May 22, 2024 Nov 22, 2024 Nov 22, 2025 1.5 years
^17.0.0 LTS Nov 08, 2023 May 8, 2024 May 15, 2025 1.5 years
^16.0.0 LTS May 3, 2023 Nov 08, 2023 Nov 08, 2024 1.5 years

Angular versions v2 to v15 are no longer under support.[37]

Libraries

Angular Material

Angular Material is a UI component library that implements Material Design in Angular.[38] It provides a collection of reusable components that adhere to Google's Material Design specifications, aiming to offer a consistent user interface across different devices and platforms.

Angular Material includes a variety of UI components such as buttons, cards, dialogs, grids, and form controls. These components are designed to be customizable and easy to integrate into Angular applications. Additional features of Angular Material include support for responsive design, theming, and accessibility.

Angular Elements

In 2018, Angular 6 introduced Angular Elements, enabling developers to package Angular components as custom web elements, which are part of the web components set of web platform APIs.[39]

See also

References

  1. ^ "Angular, version 2: proprioception-reinforcement". blogspot.com. September 14, 2016. Archived from the original on 2017-03-12. Retrieved 2017-03-18.
  2. ^ "Release 18.2.5". 18 September 2024. Retrieved 20 September 2024.
  3. ^ "angular/CHANGELOG.md". GitHub. Retrieved 2024-08-14.
  4. ^ "AngularJS and Angular 2+: a Detailed Comparison". 6 April 2018.
  5. ^ "Angular". angular.io. Retrieved 2024-03-26.
  6. ^ "Stack Overflow Developer Survey 2023". Stack Overflow. Retrieved 2024-06-02.
  7. ^ "Angular Docs". angular.io.
  8. ^ "What's the difference between AngularJS and Angular?". gorrion.io. September 19, 2017. Retrieved 2018-01-28.
  9. ^ "Composing with Components · Angular". angular.dev. Retrieved 2024-06-02.
  10. ^ "Understanding binding · Angular". angular.dev. Retrieved 2024-06-02.
  11. ^ "Dependency injection in Angular". angular.dev. Retrieved 2024-06-02.
  12. ^ "Directives · Overview · Angular". angular.dev. Retrieved 2024-06-02.
  13. ^ "Routing · Overview · Angular". angular.dev. Retrieved 2024-06-02.
  14. ^ "Angular CLI · Overview · Angular". angular.dev. Retrieved 2024-06-02.
  15. ^ Żurawski, Paweł (2024-05-09). "Angular SSR: Your server-side rendering implementation guide". Pretius. Retrieved 2024-07-17.
  16. ^ "Ng-Europe schedule". Archived from the original on 2018-04-30. Retrieved 2018-04-29.
  17. ^ @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.
  18. ^ "Angular: Angular 2 Beta". angularjs.blogspot.it. Archived from the original on 2015-12-18. Retrieved 2016-07-13.
  19. ^ "angular/angular". GitHub. Retrieved 2016-05-04.
  20. ^ Thompson, Mark (2021-11-04). "Angular v13 is now Available". Angular Blog. Retrieved 2024-06-02.
  21. ^ "Angular: Branding Guidelines for AngularJS". Archived from the original on 2017-02-04. Retrieved 2017-03-04.
  22. ^ Gechev, Minko (2024-05-23). "Angular v18 is now available!". Medium. Retrieved 2024-06-02.
  23. ^ a b Gechev, Minko (8 November 2023). "Introducing Angular v17". Medium. Angular Blog. Retrieved 12 November 2023.
  24. ^ Gechev, Minko (2022-11-21). "Angular v15 is now available!". Angular Blog. Retrieved 2024-06-02.
  25. ^ Thompson, Mark (4 November 2021). "Angular v13 is now Available". Angular Blog. Retrieved 10 January 2022.
  26. ^ Thompson, Mark (2021-05-12). "Angular v12 is now available". Medium. Retrieved 2021-05-17.
  27. ^ "Version 11 of Angular Now Available". 4 December 2020.
  28. ^ "Version 10 of Angular Now Available". 25 June 2020.
  29. ^ Fluin, Stephen (2019-02-08). "A plan for version 8.0 and Ivy". Angular Blog. Retrieved 2019-06-07.
  30. ^ Fluin, Stephen (2018-10-18). "Version 7 of Angular — CLI Prompts, Virtual Scroll, Drag and Drop and more". Angular Blog. Retrieved 2019-06-07.
  31. ^ "Version 6.0.0 of Angular Now Available". Retrieved 4 May 2018.
  32. ^ Fluin, Stephen. "Version 5.0.0 of Angular Now Available". Retrieved 2 November 2017.
  33. ^ "Angular 5 JavaScript framework delayed". 18 September 2017.
  34. ^ "Angular 4.0.0 Now Available". angularjs.blogspot.ca. Archived from the original on 2018-01-08. Retrieved 2017-03-23.
  35. ^ Fluin, Stephen (6 February 2020). "Version 9 of Angular Now Available — Project Ivy has arrived!". blog.angular.io. Retrieved 22 March 2022.
  36. ^ "Angular". angular.io. Retrieved 2019-06-07.
  37. ^ "Angular". angular.io. Retrieved 2022-06-10.
  38. ^ "Angular Material". material.angular.io.
  39. ^ "How to create Angular 6 Custom Elements and Web Components". 29 September 2018.

Read other articles:

Lockon StratosTokoh Mobile Suit Gundam 00Lockon StratosPenampilanperdanaEpisode 1, Celestial BeingPengisi suaraShinichiro MikiBiodataAliasNeil Dylandy (nama asli) Lyle Dylandy (nama asli saudara kembarnya, di season 2)KerabatIbu (wafat) Ayah(wafat) Amy Dylandy (Adik perempuan, wafat)KewarganegaraanIrlandiaInformationKelompokCelestial BeingPangkatGundam MeisterMobile suitGN-002 Gundam Dynames GN-002/DG014 Gundam Dynames Torpedo GN-006 Cherudim Gundam GN-006/SA Cherudim Gundam SAGA GN-006GNHW/R...

Vincentian (atau Vinsensian)kenapa tidak berpikir sendirimerupakan sebutan untuk kaum religius baik imam maupun bruder atau suster dan awam dalam Gereja Katolik yang tergabung dalam tarekat atau kongregasi atau serikat atau perkumpulan yang didirikan atau diinspirasikan oleh Santo Vincentius a Paulo. Di seluruh dunia terdapat kurang lebih empat ratusan tarekat atau kelompok awam baik dalam Gereja Katolik, Gereja Anglikan, maupun Gereja-gereja Kristen yang lain yang menyebut dirinya diinspiras...

鼻訳題 The Nose作者 芥川龍之介国 日本言語 日本語ジャンル 短編小説、掌編小説発表形態 雑誌掲載初出情報初出 『新思潮』1916年2月・第4次創刊号刊本情報収録 『羅生門』出版元 阿蘭陀書房出版年月日 1917年5月 ウィキポータル 文学 ポータル 書物テンプレートを表示 「鼻」(はな)は、芥川龍之介による初期の短編小説(掌編小説)。1916年に『新思潮』の創刊号で発表...

The equipment of the Royal Malaysian Air Force can be subdivided into: aircraft, munition, tactical decoy, pod, radar, air defense and firearm. Aircraft A Malaysian Su-30MKM A Malaysian F/A-18 during a national day flypast A Malaysian Hawk 200 A Malaysian Airbus A400M on takeoff A Malaysian EC-725 Aircraft Origin Type Variant In service Notes Combat aircraft Boeing F/A-18 Hornet United States multirole F/A-18D 8[1] Sukhoi Su-30 Russia multirole Su-30MKM 18[1] BAE Hawk United K...

Tagged Image File FormatEkstensi berkas.tiff, .tifJenis MIMEimage/tiff, image/tiff-fxType codeTIFFUniform TypeIdentifierpublic.tiffDikembangkanolehAldus, now Adobe SystemsJenis formatImage file formatDikembangkan menjadiExif, sDCF, TIFF/EP, TIFF/IT, GeoTIFF TIFF (Temporary Instruction File Format) adalah salah satu format gambar standar yang digunakan dalam dunia teknologi dan percetakan.[1] Berkas ini merupakan salah satu format gambar terbaik dengan pen...

Mid-Fryslân Algemeen Sport Korfbal Geschiedenis Opgericht 2006 Structuur Voorzitter Hans Smorenburg Trainer John Jonker Competities Zaalcompetitie Hoofdklasse Veldcompetitie Hoofdklasse Infrastructuur Sporthal De Twine Tenue Portaal    Sport Mid-Fryslân (voluit: KV Mid-Fryslân/Jansma Burdaard) is een korfbalvereniging in de Nederlandse provincie Friesland. De vereniging is ontstaan in 2006 als een fusievereniging van vier andere clubs uit de dorpen Akkrum, Grouw, Roordahuizum en ...

Genus of fungi Calocybe Calocybe ionides Scientific classification Domain: Eukaryota Kingdom: Fungi Division: Basidiomycota Class: Agaricomycetes Order: Agaricales Family: Lyophyllaceae Genus: CalocybeKühner ex Donk Type species Calocybe gambosa Calocybe is a small genus of about 40 species of mushroom,[1] including St. George's mushroom, which is edible, and milky mushroom, which is edible and is cultivated in India.[2] There are not many species of this genus in Britain. Th...

Religious body created during World War II Ante Pavelić (left) and Andrija Artuković (in the middle) meet Patriarch Germogen. The Croatian Orthodox Church (Croatian: Hrvatska pravoslavna crkva) was a religious body created during World War II by the Fascist Ustaše regime in the Independent State of Croatia (NDH). It was created in order to assimilate the remaining Serb minority and also to unite other Orthodox communities into a state-based Greek Orthodox Church. In 1942, NDH authorities f...

1939 Indian filmPrahaladaA poster of PrahaladaDirected byB. N. RaoWritten byT. C. Vadivelu NaickerProduced bySalem SankarStarringT. R. MahalingamM. R. SanthanalakshmiR. BalasubramaniamNagercoil K. MahadevanM. G. RamachandranN. S. KrishnanT. A. MathuramMusic bySharma BrothersDistributed bySalem Sankar FilmsRelease date12 December 1939CountryIndiaLanguageTamil Prahalada is a 1939 Indian Tamil language film directed by B. N. Rao.[1] It deals with the story of Prahlada and his devotion to...

Spanish government agency for sport National Sports CouncilConsejo Superior de DeportesLogo of the CSDHeadquarters of the CSD within Complutense UniversityAgency overviewFormed27 August 1977 (46 years ago) (1977-08-27)Preceding agencyNational Sports Delegation (1941–1977)Jurisdiction SpainHeadquartersMadrid, SpainAnnual budget€ 381.8 million, 2023[1]Agency executiveJosé Manuel Franco, PresidentParent departmentMinistry of Culture and SportChild agencySpanish An...

Poker leaderboard index Global Poker Index (GPI)SportPokerFounded2011Owner(s)Alexandre DreyfusPresidentEric DanisMottoThe Poker Ranking AuthorityMost recentchampion(s)Stephen SongOfficial websiteGlobalPokerIndex.com The Global Poker Index (GPI) is a leaderboard index that ranks over 450,000 live tournament poker players in the world. The GPI poker rankings are updated on a weekly basis. Players’ performances are assessed by their finishing positions in poker tournaments occurring over six p...

This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these template messages) This article is an orphan, as no other articles link to it. Please introduce links to this page from related articles; try the Find link tool for suggestions. (November 2022) This article does not cite any sources. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.Find ...

British TV series or program JoshGenreSitcomCreated byJosh WiddicombeWritten byJosh WiddicombeTom CraineDirected byDavid SchneiderStarringJosh WiddicombeElis JamesBeattie EdmondsonJack DeeCountry of originUnited KingdomOriginal languageEnglishNo. of series3No. of episodes19 (list of episodes)ProductionExecutive producerStephen McCrumbProducerSimon Mayhew-ArcherProduction locationLondonRunning time25–28 minutesProduction companyBBCOriginal releaseNetworkBBC Three / BBC OneRelease29 Augu...

Radio station in Hood River, OregonKIHRHood River, OregonBroadcast areaColumbia GorgeFrequency1340 kHzBrandingKIHR 98.3 FM/1340 AMProgrammingFormatCountryOwnershipOwnerBicoastal Media(Bicoastal Media Licenses IV, LLC)Sister stationsKACI, KACI-FM, KCGB-FM, KMSWHistoryFirst air dateOctober 17, 1950Call sign meaningK I Hood RiverTechnical informationFacility ID12433ClassCPower1,000 watts (unlimited)Transmitter coordinates45°42′06″N 121°32′05″W / 45.70167°N 121.53472°W...

No debe confundirse con la película de Raja Amari (2009), Secretos. Ha-Sodot Título Los SecretosFicha técnicaDirección Avi NesherAyudante de dirección Livnat SelaProducción Liat BenasulyDiseño de producción Yoram ShayerGuion Hadar GalronAbdellatif KechicheMúsica Daniel SalomonMaquillaje Meirav Boshusha-HorovitzFotografía Michel AbramowiczMontaje Isaac SehayekEscenografía Eli ZionVestuario Inbal ShukiProtagonistas Ania BoksteinMichal ShtamlerFanny Ardant Ver todos los créditos (IMD...

Дубовий Гай(пам'ятка природи) 50°10′57″ пн. ш. 27°02′42″ сх. д. / 50.18250000002777256° пн. ш. 27.04500000002778037° сх. д. / 50.18250000002777256; 27.04500000002778037Координати: 50°10′57″ пн. ш. 27°02′42″ сх. д. / 50.18250000002777256° пн. ш. 27.04500000002778037° сх. д. / 50.18250000...

This article may be too technical for most readers to understand. Please help improve it to make it understandable to non-experts, without removing the technical details. (June 2018) (Learn how and when to remove this template message) LandWarNet (LWN) is the United States Army’s contribution to the Global Information Grid (GIG) that consists of all globally interconnected, end-to-end set of Army information capabilities, associated processes, and personnel for collecting, processing, stori...

رعRaملصق الفيلممعلومات عامةالصنف الفني فيلم وثائقيالمواضيع Ra expedition (en) — Ra II expedition (en) تاريخ الصدور23 مارس 1972 (1972-03-23)مدة العرض 106 دقائقاللغة الأصلية الإنجليزيةالبلد  السويد،  النرويجالطاقمالمخرج لينارت إهرينبورغثور هايردالالبطولة روسكو لي براون التصوير كارلو ...

Sporting event delegationEstonia at the2024 Summer OlympicsIOC codeESTNOCEstonian Olympic CommitteeWebsitewww.eok.ee (in Estonian)in Paris, France26 July 2024 (2024-07-26) – 11 August 2024 (2024-08-11)Competitors7 in 4 sportsMedals Gold 0 Silver 0 Bronze 0 Total 0 Summer Olympics appearances (overview)192019241928193219361948–1988199219962000200420082012201620202024Other related appearances Russian Empire (1908–1912) Soviet Union (1952...

This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. Please help improve it by replacing them with more appropriate citations to reliable, independent, third-party sources. (November 2021) (Learn how and when to remove this template message) Zoner Photo StudioDeveloper(s)Zoner SoftwareStable release19.2103.2.314 / 26 March 2021; 2 years ago (2021-03-26)[1][2]...

Kembali kehalaman sebelumnya