Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
31 views21 pages

01 Set Up Dev Environment

The document provides a guide for setting up a development environment for Angular, emphasizing the use of TypeScript as the primary language. It recommends using Visual Studio Code as the IDE, which includes built-in support for TypeScript and various features like IntelliSense and debugging. Additionally, it outlines essential command-line tools such as node, npm, and tsc, and offers installation instructions for different operating systems.

Uploaded by

montadhr.social
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views21 pages

01 Set Up Dev Environment

The document provides a guide for setting up a development environment for Angular, emphasizing the use of TypeScript as the primary language. It recommends using Visual Studio Code as the IDE, which includes built-in support for TypeScript and various features like IntelliSense and debugging. Additionally, it outlines essential command-line tools such as node, npm, and tsc, and offers installation instructions for different operating systems.

Uploaded by

montadhr.social
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

Set up Dev Environment

Angular Development Tools

www.luv2code.com © luv2code LLC


Angular Development Tools
• You can use any text editor or IDE

www.luv2code.com © luv2code LLC


Angular Development Tools
• You can use any text editor or IDE

• Most Angular developers use the TypeScript language

www.luv2code.com © luv2code LLC


Angular Development Tools
• You can use any text editor or IDE

• Most Angular developers use the TypeScript language

• Superset of JavaScript

www.luv2code.com © luv2code LLC


Angular Development Tools
• You can use any text editor or IDE

• Most Angular developers use the TypeScript language

• Superset of JavaScript

• Strongly-typed language with compile time checking and IDE support

www.luv2code.com © luv2code LLC


Angular Development Tools
More on TypeScript
in upcoming videos
• You can use any text editor or IDE

• Most Angular developers use the TypeScript language

• Superset of JavaScript

• Strongly-typed language with compile time checking and IDE support

www.luv2code.com © luv2code LLC


Angular Development Tools
More on TypeScript
in upcoming videos
• You can use any text editor or IDE

• Most Angular developers use the TypeScript language

• Superset of JavaScript

• Strongly-typed language with compile time checking and IDE support

• Command-line tools to compile code and create Angular apps

www.luv2code.com © luv2code LLC


Visual Studio Code

www.luv2code.com © luv2code LLC


Visual Studio Code
• Free IDE that supports multiple programming languages

www.luv2code.com © luv2code LLC


Visual Studio Code
• Free IDE that supports multiple programming languages

• Has built-in support for TypeScript

www.luv2code.com © luv2code LLC


Visual Studio Code
• Free IDE that supports multiple programming languages

• Has built-in support for TypeScript

• IDE features such as IntelliSense, Debugging, etc …

http://code.visualstudio.com

www.luv2code.com © luv2code LLC


Command-Line Tools

www.luv2code.com © luv2code LLC


Command-Line Tools

Tool Purpose

www.luv2code.com © luv2code LLC


Command-Line Tools

Tool Purpose

node For running JavaScript code from command-line

Node Package Manager


npm
- Download new node packages and features. Similar to Maven

www.luv2code.com © luv2code LLC


Command-Line Tools

Tool Purpose

node For running JavaScript code from command-line

Node Package Manager


npm
- Download new node packages and features. Similar to Maven

tsc TypeScript Compiler

www.luv2code.com © luv2code LLC


Installation Instructions

www.luv2code.com © luv2code LLC


Installation Instructions
• Install tools: Visual Studio Code, node, npm, tsc

www.luv2code.com © luv2code LLC


Installation Instructions
• Install tools: Visual Studio Code, node, npm, tsc

• Step-by-step instructions for each operating system

www.luv2code.com © luv2code LLC


Installation Instructions
• Install tools: Visual Studio Code, node, npm, tsc

• Step-by-step instructions for each operating system

MS Windows Mac Linux

www.luv2code.com © luv2code LLC


Installation Instructions
• Install tools: Visual Studio Code, node, npm, tsc

• Step-by-step instructions for each operating system

MS Windows Mac Linux

• View the instructions at the following link

www.luv2code.com/angular-install-guides

www.luv2code.com © luv2code LLC

You might also like