Angular is the most popular web development framework for developing mobile apps as well as desktop applications.
The angular framework is also utilized in the cross-platform mobile development called IONIC and so it is not limited to web apps only.
Angular is an open source framework written and maintained by the angular team at Google and the Father of Angular is Misko Hevery.
Misko Hevery - Agile Coach at Google, Attended Santa Clara University and Lives in Saratoga, CA.
ü Stayed Informed - Angular 2 vs. Angular 1 | Angular 4 vs. Angular 2 | Angular 5 vs. Angular 4 | Angular 6 vs Angular 5 | Angular 8 vs Angular 7
Angular is written in TypeScript and so it comes with all the capabilities that typescript offers.
You don’t worry about the TypeScript versions. The compiler manages to the versioning related problems and Angular team working with Traceur compiler team to provide the support to build some extensions.
Keep and try to upgrading Angular, the Angular’s community has announced Angular releases in every 6 months.
What Are Angular Prerequisites?
Before you can install Angular, you just need to have some prerequisites.
ü You must to have Node.js installed.
ü You must to have NPM (Node Package Manager) installed.
node -v
Noted Points -
We need to setup our machine’s local environments which are the following.
ü node.js >= 6.9.x
ü npm >= 3.x.x
ü Visual Studio Code or Atom
ü And so on
I hope you are enjoying this post! Please share with your friends. Thank you!!