Level: Intermediate
Build on knowledge acquired in Build Angular applications using TypeScript - Part 1.
In this session we will build on knowledge acquired in Build Angular applications using TypeScript - Part 1. We will build a small application step by step, using ASP.NET MVC to create a shell page. We will create Web API classes using Entity Framework code first to supply the data; create views for our UI, services, controllers and widgets; and we will see how Angular navigation works. We will also unit test(s) for our TypeScript code.
You will learn:
- How to build an Angular JS based application with TypeScript step by step
- See Angular components in action
- Understand testing options with Jasmine