
Getting Started With Angular Material 2
Angular Material 2 brings Material Design components to Angular 2+ apps. The goal of the project is to build a full array of components to make it very easy to built Material Design interfaces for mobile and desktop.
JWT Authentication with ASP.NET Core 2 Web API, Angular 5, .NET Core Identity and Facebook Login
This is an updated version of a post Mark did last May on the topic of jwt auth with Angular 2+ and ASP.NET Core Web Api. That post was based on ASP.NET Core 1.x so it's a little dated and not as relevant now since everyone is hacking on .NET Core 2.0 which brought changes to both the Identity membership system and jwt implementation.

Angular 5 with Web API - CRUD Operations
In this article, we’ll create a CRUD application using Angular 5 with Web API. CRUD Operations Insert Update and Delete will be implemented inside an Asp.net Web API Using Entity Framework and then consumed from an Angular 5 Application.
The better way to write an API service in Angular 4
It’s been more than a year now since the author of this post has been coding Angular 2. Each day he's learned something new. Angular is a full UI framework which promotes many best practices and coupled with Typescript makes it the perfect choice for the large-scale and easily scalable applications.

Deploy Angular Apps To Surge
The author of this article usually uses Heroku for hosting his Angular Apps. It works fine but he wants to try anything else: something new, something smart. He heard about two deploying tools dedicated to front-end developers: Netlify and Surge. In this article, he will show us how to deploy Angular apps to Surge.
Angular 5.2 Released
Team Angular has released Angular 5.2.0, a minor release containing several bugfixes reported in version 5.1. Angular 5 was released in November last year and this is the second update within a period of two and half months.