What is angular?
1. Angular is an open-source Javascript framework developed by Google.
2. Angular is a single page application.
3. Angular compiles typescript code as a javascript code while compiling.
4. Typescript is a primary language for angular, It is secure and cannot be executable.
5. Typescript is developed and maintained by Microsoft.
Tools and components:
1. Node.js
2. Visual studio code
3. Angular CLI
NPM :
Angular implements a dependency injection design pattern. All dependency downloaded in the Node_Modules folder through the Node Package Manager. For example, you can install jquery, bootstrap using npm install command. Node Package Manager serves your application on the localhost.
Visual Studio Code:
Visual studio code is a lightweight, powerful code editor. You can quickly build, debug, format, and deploy the application. It makes your coding very fast and clean.
Angular CLI :
Angular CLI is a command-line interface tool. We can create component, service, and class through angular CLI. It helps to build your application through the command line.
Basic knowledge required to start angular:
1. Html
2. CSS
3. Typescript
4. Node.Js (Not mandatory)
No comments:
Post a Comment