What is Angular Framework?

Angular is a TypeScript-based open-source front-end platform that makes it easy to build applications with in web/mobile/desktop. The major features of this framework such as declarative templates, dependency injection, end to end tooling, and many more other features are used to ease the development.

Angular also provides features such as two-way binding that allows you to dynamically change data in one place of the interface when model data changes in another, templates, routing, and so on.

Angular uses TypeScript as its programming language. Therefore, before starting work, it is recommended to familiarize yourself with the basics of this language.

But we are not limited to the TypeScript language. If desired, we can write applications in Angular using languages ​​like Dart or JavaScript. However, TypeScript is still the primary language for Angular.

The latest version of Angular, Angular 15, was released in November 2022. The official repository of the framework is on github. There you can find the source files themselves, as well as some additional information.

Angular website - https://angular.io/


November 04, 2022
4173