Angular is a development platform, built on TypeScript.
Angular is a development platform, built on TypeScript.
As a platform, Angular includes:
Version | Year of Release |
---|---|
Angular js | 2010 |
Angular 2 | 2016 |
Angular 4 | 2017 |
Angular 5 | 2017 |
Angular 6 | 2018 |
Angular 7 | 2018 |
Angular 8 | 2019 |
Angular 9 | 2020 |
Angular 10 | 2020 |
Angular 11 | 2020 |
Angular 12 | 2021 |
Angular 12 | 2021 |
Angular 13 | 2021 |
Angular 14 | 2022 |
Angular 15 | 2022 |
Angular 16 | 2023 |
Angular 17 | 2023 |
Data binding in Angular defines the communication between components and views. It consists of two types (one-way and two-way data binding) which enables you to exchange data from DOM to component and vice-versa. In this Angular tutorial, you will learn about Angular data binding and its different types.
Bootstrap is a powerful toolkit used for creating and building responsive web pages and web applications. It is a free and open-source project created by Twitter and hosted on GitHub.
An Angular service is used to offer services to various Angular components. These services could range from simple data entry to other complex functionalities.