Menu
Azure Functions – Serve SPA assets using proxies.json that support Angular routes

Azure Functions – Serve SPA assets using proxies.json that support Angular routes

When you work with Azure Functions, you can use Azure table storage “Static website” to store all your Angular bundles and assets or even a CDN. Then you can set up your proxies.json to serve the files, everything is pretty much the basics.

Creating a Progressive Web App (PWA) service to include all features Angular

Creating a Progressive Web App (PWA) service to include all features Angular

Progressive Web Apps is the future of web apps, it brings a lot of capabilities to make our life easier and making it a lot closer to a native mobile app. It is not a native app but it does give you the offline capabilities, installation, updates.

important Angular and npm commands

important Angular and npm commands

This will have the code snippets to update Angular to latest and the useful npm commands

Uploading files from Angular 2 and ASP.NET Core Web API – Part 2

Uploading files from Angular 2 and ASP.NET Core Web API – Part 2

This is the part 2 demonstrating how to save the files sent by Angular 2 on ASP.NET Core server

Uploading files from Angular 2 and ASP.NET Core Web API – Part 1

Uploading files from Angular 2 and ASP.NET Core Web API – Part 1

This is the part 1 demonstrating how to upload the file from Angular 2. Please check out part 2 for the ASP.NET Core server side logic.

Creating quick suburbs look up using ASP.NET Core web API and Angular 2 – part 2

Creating quick suburbs look up using ASP.NET Core web API and Angular 2 – part 2

In this tutorial I will be building a Australian suburb look up module using ASP.NET Core web API, as the second part I will create the client side, using Angular 2

Creating quick suburbs look up using ASP.NET Core web API and Angular 2 – part 1

Creating quick suburbs look up using ASP.NET Core web API and Angular 2 – part 1

In this tutorial I will be building a Australian suburb look up module using ASP.NET Core web API, as the first part I will create the server side.

Creating angular 2 service to work with Google Places API Web Service to get address

Creating angular 2 service to work with Google Places API Web Service to get address

This is a common requirement these days, people prefer to have address auto completion as it easy to make mistakes by typing it manually. In my case I decided to go with Google Places API Web Service.

Extending Angular 2 Observables based service to return data from local Storage.

Extending Angular 2 Observables based service to return data from local Storage.

Angular 2 service utilised the local Storage to save data on client side, but if data not found it will make a server call to get the data and return them to caller.

Server side pagination in ASP.NET controler that supports any entity

Server side pagination in ASP.NET controler that supports any entity

Pagination on server side is a very common scenario. So thought about creating helper.

Angular 2 – RangeError: Maximum call stack size exceeded

Angular 2 – RangeError: Maximum call stack size exceeded

Angular 2 RangeError: Maximum call stack size exceeded error on htmlparser2

Extending Angular 2 Promise based service to return data from local Storage.

Extending Angular 2 Promise based service to return data from local Storage.

Angular 2 service utilised the local Storage to save data on client side, but if data not found it will make a server call to get the data and return them to caller.

Angular 2 using DatePipe to format date on TypeScript

Angular 2 using DatePipe to format date on TypeScript

Easiest way to format dates in Angular 2 is to use DatePipe, this tutorial will explain how to get it started quickly.

Pagination on Angular JS 2

Pagination on Angular JS 2

Client side Angular JS 2 pagination using Promise

Configure ASP.NET MVC application routes for Anguler SPA

Configure ASP.NET MVC application routes for Anguler SPA

Angular 2 html routing with ASP.NET Core MVC application giving a 500 error when you do a browser refresh (F5), probably this tutorial if for you.

Configuring the Angular 2 child routes configuration

Configuring the Angular 2 child routes configuration

This example implication show how the child routes can be configured in Angular 2

Setting up tsconfig.json on your ASP.NET Core project for Angular 2 app

Setting up tsconfig.json on your ASP.NET Core project for Angular 2 app

How to set up the tsconfig.json in Visual Studio for your Angular 2 app.