Web Client

W09 Fast Focus: Living Happily Together: Visual Studio and Angular

05/02/2018

1:30pm - 1:50pm

Level: Introductory

Ben Hoelting

Development Manager

Ent Credit Union

Due to the build requirements for Angular apps, it's not easy to figure out how to create your Angular projects so that you can work on them both from your favorite editor and command line tools, as well as in the Visual Studio IDE. In this session, you will learn about the awesome JavaScript Services templates created by Microsoft to make this smooth as silk. These templates let you create your project so you can build it easily and deploy from the command line or with Visual Studio Tooling, and let everyone on your dev team use the tool chain of their choice, while still having the power of the Visual Studio IDE to take advantage of simpler publishing of your app to the cloud and integration with other projects such as your back end Web APIs.

You will learn:

  • About the features of JavaScript Services-based project templates that can be used in Visual Studio or at the command line with your favorite editor.
  • About the infrastructure of the project and how it helps you manage dependencies, builds, AoT compilation and server side rendering of Angular apps.
  • The project structure and what things you might want to customize as you start a new project.