Episode

Build Angular 2 apps with TypeScript and Visual Studio Code

with John Papa

Angular 2 with TypeScript has arrived and it's time to learn the key features that help you successfully build Angular 2 apps. We explore how TypeScript and Microsoft Visual Studio Code help us write code more efficiently through refactoring hints and snippets, and how they allow us to have confidence in our final product. The data may be needed throughout the app, so we'll create a shared service and use dependency injection to access it from the components. We also cover accessing data via HTTP, using metadata to describe components, and the new templating and data binding concepts in Angular 2.