Using the TypeScript 2.1 async/await construct in Aurelia During the week, TypeScript 2.1 got promoted to release candidate. One of the interesting things in TypeScript 2.1 is the ability to now use asynchronous functions (async/await) when targeting ES5 and even
How to: Creating Aurelia Custom Elements with TypeScript
Creating Custom Elements for Aurelia using TypeScript Welcome to this fourth episode in the blog series about writing an Aurelia SPA, using TypeScript, with a Web API hosted on ASP.NET Core. This post will focus on introducing Custom Elements into
How to: Fetch data from Web API on ASP.NET Core to an Aurelia SPA
Fetching data from a Web API to our Aurelia SPA Welcome to this third episode in the blog series about writing an Aurelia SPA with a Web API hosted on ASP.NET Core. This post will focus on getting data from
Aurelia Build Issue: Node Sass could not find a binding
Node Sass could not find a binding for your current environment If you use Sass in your Aurelia project, or any other web project for that matter, and run in to the error that Node Sass is missing a binding
How to: Build a Web API on ASP.NET Core for an Aurelia SPA
Building a Web API on ASP.NET Core for our Aurelia SPA This post will focus on writing a Web API that will serve our Aurelia SPA with data. The Web API is built on ASP.NET Core and resides in it’s
How to: Build an Aurelia SPA with TypeScript on ASP.NET Core
Building a SPA with Aurelia on ASP.NET Core using TypeScript and Sass Welcome to this blog series that will show you how to write an Aurelia SPA (Single Page Web Application) using TypeScript and Sass. We will also cover serving
Aurelia – TypeScript – ASP.NET 5 – VS Code
Coding Quick Tip: Get started quickly with Aurelia using their TypeScript skeleton hosted on ASP.NET 5
Aurelia Skeleton on ASP.NET 5
Get the Aurelia Navigation Skeleton project to run on ASP.NET 5
Aurelia, Visual Studio Code and TypeScript
From zero to basic App in Aurelia, using ASP.NET 5, TypeScript and Visual Studio Code!