AngularJS TypeScript Setup - AngularJS Beginner Tutorial

preview_player
Показать описание
AngularJS Beginner Tutorial - TypeScript Project Setup

Hey guys! This video goes over how to setup a basic TypeScript/AngularJS project using NodeJS and the TypeScript library. TypeScript lets you specify variable types which are then checked by the TypeScript compiler to help reduce bugs during development.

To get started:
1. Make sure you have NodeJS installed on your computer
2. Install the 'tsc' npm package using the command 'sudo npm install tsc -g'
3. Create your TypeScript file

The download link for NodeJS is:

You can find the complete code from the video below.

Checkout full book on AngularJS here:

⚑ SUBSCRIBE TO MY CHANNEL ⚑
If you are looking to increase your coding experience rapidly make sure to subscribe to make sure you don't miss future videos!

ツ CONNECT WITH ME ツ
Leave a comment on this video and I'll respond
Рекомендации по теме
Комментарии
Автор

Saved this page for future reference. This will be useful in the future as I intend to explore more in coding and software development. Thanks for sharing

justablogger