Skip to content

Materials and source code for an Angular 2 training workshop.

License

Notifications You must be signed in to change notification settings

kabaehr/training-angular2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular 2 Training

This repository contains materials and source code for the workshop introducing Angular 2 together with TypeScript and ASP.NET Core.

Before the first launch

Before launching the application for the first time after cloning the repository make sure to rebuild the vendor scripts and install the typings.

If you have not installed WebPack yet make sure to install it by opening a command prompt and running

npm install -g webpack

If you have not installed typings yet make sure to install it by opening a command prompt and running

npm install -g typings

After you have done this run

webpack --config webpack.config.vendor.js

in a command prompt located at the Zuehlke.ExpenseReporting folder.

You need to repeat this step if you want to add another third party library to the project. See bit.ly/aspnetcoretp for details.

About

Materials and source code for an Angular 2 training workshop.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 43.1%
  • TypeScript 26.5%
  • JavaScript 17.7%
  • HTML 10.1%
  • CSS 2.6%