AngularJS with TypeScript made easy | Dev SuperPowers 9 | Duncan Hunter

preview_player
Показать описание

With the announcement that the next generation of AngularJS 2.0 will be built with TypeScript using TypeScript with your Angular 1.x porjects is a great investment to get ready to migrate to Angular2.0 and ECMA Script 6.

In this session we will discuss how to:

- Use TypeScript to create AngularJS controllers, modules and factories
- Communicate with Web API services from TypeScript using AngularJS
- Use Definitely Typed Definitions for AngularJS objects to get the benefit of code completion

Source code is available at GitHub:

SSW TV would really appreciate it if you could 'like' this video! Thanks!
Рекомендации по теме
Комментарии
Автор

Thanks Duncan for a really informative overview to introducing TypeScript into an AngularJS solution.

PaulJRBarnett
Автор

I would love to see a companion video which implements unit testing around your controller and service.

ericwhitmore
Автор

Thanks for making this video!
Very informative - I've been trying to get into AngularJS+TypeScript, but have been struggling a bit.
This video makes it a bit more understandable, now I just need to practice..

FrodeEgeland
Автор

Good video. I liked the pace of the video and how you explained what you were doing and why.

DavidBurela
Автор

Thanks: watched it through and my example works. One issue I ran into is I needed to manually download the right version of the compiler for typescript, 1.4

quattroUnodos
Автор

On 36:40 / 1:08:22 Type script expects another return if you explicitly type Beer[] instead of Any, that's why you get the red squiggly line, Hope it helps :) Overall l loved it... good tutorial

InnocentBindura
Автор

Thanks!! This is exactly what I have been looking for.

rjiang
Автор

What about directives? How would you structure those?

mishagoscreative
Автор

Visual Studio is a convoluted Rube Goldberg application. Would have been better if you did this in Web Storm.

francismazanet