Angular - Prerequisites
Before starting with Angular lets briefly get to know what is a Angular.
What is Angular?
Angular is a platform and a framework which can be used to create any single page web applications. It is a free and open source web-framework originally released by Google in 2010. An angular application is built with HTML and Typescripts.
The initially developed Angular was built with JavaScript and HTML which was called AngularJS where the HTML is used for rendering the web-page and JavaScript is used for handling the data binding, variables and extending the HTML attributes as variable with JavaScript.
Angular2+ was developed as a complete rework of AngularJS by the same developers who developed AngularJS. Angular2+ uses HTML and TypeScript for the development. It uses components hierarchy as primary architecture. The latest version of Angular as of February,2023 is Angular 15.
Prerequisites
To start working with Angular the following are the prerequisites to be checked.
- NodeJS
- NPM
- Angular CLI
- Basic knowledge in HTML and TypeScript
- When you check you angular version and you find the following error, check the environment variables contains the npm.
Comments
Post a Comment