Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 3: Angular Client

This tutorial is part 3 of Django-Angular-MySQL series. Today, we will create Angular Client to make HTTP request & receive response from Django Server.

>> Part 1: Overview
>> Part 2: Django Server

Continue reading “Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 3: Angular Client”

Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 1: Overview

In this tutorial series, we show you Angular 6 Http Client & Django Server example that uses Django to do CRUD with MySQL and Angular 6 as a front-end technology to make request and receive response.

>> Part 2: Django Server
>> Part 3: Angular Client

Continue reading “Django + Angular 6 example | Django Rest Framework + MySQL CRUD example – Part 1: Overview”

How to use Angular (6,7) Currency Pipe example

In the tutorial, Grokonez introduces how to use Angular CurrencyPipe with examples.

Related posts:
Angular Built-in DatePipe Example | Pre-defined Format + Timezone + Locale + Custom Format
Angular Built-in Pipe Uppercase Pipe + Lowercase Pipe + Titlecase Pipe Example
Angular built-in Slice Pipe | Array SlicePipe + String SlicePipe Example
Angular 6 – KeyValue Pipe – *ngFor Loop through Object, Map example

Continue reading “How to use Angular (6,7) Currency Pipe example”

Error Handler Angular 6 HttpClient – catchError + retry – with SpringBoot RestAPIs example

In the tutorial, we show how to handle error from Angular HttpClient with catchError & retry when request fails on the SpringBoot server, or in case of a poor network connection.

Related posts:
Angular 6 HttpClient – Get/Post/Put/Delete requests + SpringBoot RestAPIs + Bootstrap 4

Continue reading “Error Handler Angular 6 HttpClient – catchError + retry – with SpringBoot RestAPIs example”

How to Deploy Angular 4/6/7 Application on Google App Engine – Google Cloud Platform

Google App Engine is a web framework and cloud computing platform. App Engine enables developers to stay more productive and agile. So in the tutorial, we show you how to deploy Angular 4/6/7 Application on Google App Engine – Google Cloud Platform.

Related posts:
Angular 6 dynamic Navigation Bar – add/remove Route dynamically

Continue reading “How to Deploy Angular 4/6/7 Application on Google App Engine – Google Cloud Platform”