TypeScript - Setting up Development Environment

  Рет қаралды 21,065

Tech CBT

Tech CBT

Күн бұрын

Пікірлер: 39
@ramganapathy3298
@ramganapathy3298 5 жыл бұрын
The best description on how to set up Typescript dev environment! Thank you so much!! I was struggling at least for three days to set up a Typescript dev environment for VS Code. This video saved me!
@Colperductions
@Colperductions 7 жыл бұрын
Nice video, thank you! For future viewers, Webpack has made some breaking changes when building "webpack" so you need to remove the empty array entry in your webpack.config.js resolve. In the video he has resolve: { extensions: ["", ".webpack.js", ".web.js", ".ts", ".js"] } it should now be resolve: { extensions: [".webpack.js", ".web.js", ".ts", ".js"] }
@Techcbt-online
@Techcbt-online 7 жыл бұрын
Thank you for the update Colin. Really appreciate that.
@rogerleclerc453
@rogerleclerc453 8 жыл бұрын
Undoubtedly the very best video explaining these concepts. Thank you.
@Techcbt-online
@Techcbt-online 8 жыл бұрын
Thanks Roger.
@AlessandroBottoni
@AlessandroBottoni 6 жыл бұрын
Very nice video. Clear, concise and full of valuable info. Many thanks.
@alexlerner8327
@alexlerner8327 7 жыл бұрын
you are a good teacher. Good pace, no magic -- very good
@alxsay
@alxsay 7 жыл бұрын
To make your life a little bit easier: var path = require('path'); var webpack = require('webpack'); module.exports = { devtool: 'source-map', entry: './ts-src/app.ts', output: { filename: 'app.js', path: path.resolve(__dirname, './build') }, module: { loaders: [ { test: /\.ts$/ , include: path.resolve(__dirname, 'ts-src'), loader: 'ts-loader' } ] }, resolve: { extensions:[ ".webpack.js", ".web.js", ".ts", ".js" ] } };
@Techcbt-online
@Techcbt-online 7 жыл бұрын
Thank you.
@alxsay
@alxsay 7 жыл бұрын
you're welcome!
@kwayssa
@kwayssa 7 жыл бұрын
Thank you
@roopeshkumarramesh3634
@roopeshkumarramesh3634 7 жыл бұрын
can you explain this code? newbie here.
@kwayssa
@kwayssa 7 жыл бұрын
Thank You for deep explaining of concepts.
@simranpalkohli7733
@simranpalkohli7733 7 жыл бұрын
when i make changes in my .ts file, same is updating at .js file using webpack but changes are not seen in the browser. can you help what can be the reason? @Tech CBT
@cassavandumbi2734
@cassavandumbi2734 7 жыл бұрын
Great video. Iv'e learned alot from you.
@Techcbt-online
@Techcbt-online 7 жыл бұрын
Thank you
@sreekanthjosyula9131
@sreekanthjosyula9131 7 жыл бұрын
Great video
@ParaspRajput
@ParaspRajput 5 жыл бұрын
wonderfully explained, would have been an add-on if you would have discussed about commonjs, systemjs,..
@SingleGlobetrotter
@SingleGlobetrotter 6 жыл бұрын
Nice explanation
@sudhakard1910
@sudhakard1910 6 жыл бұрын
Auto refresh is not working when we run http-server. What to do??
@hariprasad2894
@hariprasad2894 7 жыл бұрын
The great explanation with good content, but i am waiting for full video list on Angular 2/4 ASAP. and again thanks for these videos.......
@punkflyer5954
@punkflyer5954 7 жыл бұрын
that's great! I like this tutorials !thank you!
@romonterrey
@romonterrey 7 жыл бұрын
very useful in deed. thank you!
@wjames480
@wjames480 8 жыл бұрын
nice tutorial video , like your video give me a lot of help thank you .
@Techcbt-online
@Techcbt-online 8 жыл бұрын
Thank you.
@jainshilpi3
@jainshilpi3 7 жыл бұрын
Thanku for this video ,please make more videaos
@shahzaib_717
@shahzaib_717 7 жыл бұрын
Thanks Keep it up :)
@Techcbt-online
@Techcbt-online 7 жыл бұрын
Thanks
@roopeshkumarramesh3634
@roopeshkumarramesh3634 7 жыл бұрын
why should i start a server?
@sridharnaick5027
@sridharnaick5027 7 жыл бұрын
don't start
@sairk6174
@sairk6174 7 жыл бұрын
Thanx Jag!!
@Techcbt-online
@Techcbt-online 7 жыл бұрын
Thank youy
@sairk6174
@sairk6174 7 жыл бұрын
Jagadish ..Any ideas on Angular 2 series ..?
@aomranj
@aomranj 8 жыл бұрын
very nice thanks
@Techcbt-online
@Techcbt-online 8 жыл бұрын
Thank you
@rijopaul1216
@rijopaul1216 8 жыл бұрын
thanks...
@Techcbt-online
@Techcbt-online 8 жыл бұрын
Thanks Rijo.
@sunilpatel6542
@sunilpatel6542 7 жыл бұрын
thnx
@Techcbt-online
@Techcbt-online 7 жыл бұрын
Thank youy
Utility Types - Advanced TypeScript
35:33
Dmytro Danylov
Рет қаралды 70 М.
THIS is EASY TypeScript Setup in VSCode
9:18
Alex Ziskind
Рет қаралды 67 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
TypeScript - The Basics
12:01
Fireship
Рет қаралды 1,5 МЛН
AngularJs: Broadcast, Emit and Custom Events
50:40
Tech CBT
Рет қаралды 33 М.
Angular 2: Getting Started & Setting up development environment
1:32:44
How to integrate jQuery with TypeScript
38:23
Tech CBT
Рет қаралды 22 М.
Dependency Injection, The Best Pattern
13:16
CodeAesthetic
Рет қаралды 904 М.
No BS TS #1 - Typescript Setup & Everyday Types
13:10
Jack Herrington
Рет қаралды 140 М.
I tried 8 different Postgres ORMs
9:46
Beyond Fireship
Рет қаралды 443 М.
TypeScript Crash Course
46:09
Traversy Media
Рет қаралды 286 М.
Typescript vs Javascript
14:51
Ben Awad
Рет қаралды 188 М.
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41