Jon Knight
The Angular is a development platform for building a Single Page Application for mobile and desktop. It uses Typescript & HTML to build Apps. The Angular itself is written using the Typescript. It now comes with every feature you need to build a complex and sophisticated web or mobile application. It comes with features like , , , , , , etc
The early version of the Angular was named as Angular 2. Then later it was renamed to just Angular. Then Angular Team releases new versions of the Angular versions Regularly and the last stable version that is available in Angular 10.0.12
The Angular 9 is released on 06.02.2020. The Angular 9 is a major release. This release switches to ivy compiler and runtime by default. The ivy brings smaller bundle sizes, faster & better testing debugging, Improved type checking, build times, etc
PrerequisitesThe Angular tutorial requires a working knowledge of Javascript, HTML & CSS. It also requires the concept of OOP.
We are going to use Typescript as our language. If you have knowledge of C# or Java, then you would find it very easy. Take a look at the
This is me.