Angular-2-NET-Core-Weather-Checker icon indicating copy to clipboard operation
Angular-2-NET-Core-Weather-Checker copied to clipboard

Source code for the series on creating a weather checker using Angular 2 and .NET Core.

Angular-2-NET-Core-Weather-Checker

Source code for the series on creating a weather checker using Angular 2 and .NET Core.

When you grab this code, you'll probably need to run this to compile the vendor.js file.

webpack --config webpack.config.vendor.js

webpack

If you don't have webpack, install it using NPM.

npm install -g webpack