Home Videos Exercises MCQ Q&A Quiz Services Sign in

Introduction of Angular

Angular is a development platform, built on TypeScript.


What is JavaScript?

Angular is a development platform, built on TypeScript.

  • Misko Hevery and Adam Abrons were developer of Angular.
  • Angular is a TypeScript-based, free and open-source single-page web application framework led by the Angular Team at Google

As a platform, Angular includes:

  • A component-based framework for building scalable web applications.
  • A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more
  • A suite of developer tools to help you develop, build, test, and update your code

Version History of Angular

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

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.


What is Bootstrap and How to Embed Bootstrap into Angular?

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.


Introduction To Angular Service and its Features

An Angular service is used to offer services to various Angular components. These services could range from simple data entry to other complex functionalities.