angular

Hero image for article
Icon for article
angularionic

How to Convert an Ionic 1 Application to Ionic 2

9 min read

In this tutorial I'm going to walk through an example of taking an existing Ionic 1 application and converting it into an Ionic 2 application.

Hero image for article
Icon for article
angularbeginnerionic

How to Use Pipes to Manipulate Data in Ionic 2

5 min read

In this tutorial we are going to walk through how to build and use a pipe for filtering data in Ionic 2.

Hero image for article
Icon for article
angulardiscussionionic

Why I Released an Ionic 2 & Angular 2 Application

6 min read

Despite the reasons why you shouldn't use Ionic 2 to build production applications right now that I've listed above, I've gone ahead and done it anyway.

Hero image for article
Icon for article
angularbackendbeginnerhttpionic

Using Http to Fetch Remote Data from a Server in Ionic 2 & 3

7 min read

In this tutorial I'm going to show you how you can use the Http service in Ionic 2 to pull data into your own applications.

Hero image for article
Icon for article
angularbeginnerionictheming

A Guide to Styling an Ionic 2 Application

7 min read

In this tutorial I'm going to show you the different ways you can customise your Ionic 2 applications, and the theory behind theming in general.

Hero image for article
Icon for article
angularionicvue

Learning Vue for Ionic/Angular Developers – Part 1

7 min read

In this series, we learn how to use the Vue framework to build Ionic applications.

Hero image for article
Icon for article
angularionicvue

Learning Vue for Ionic/Angular Developers – Part 2

5 min read

In this tutorial, we are going to start by covering the absolute basics of routing/navigation in Vue, and then we are going to look at how to navigate through an Ionic application using Vue.

Hero image for article
Icon for article
angularionicobservables

Using Observables in Ionic 3.9.x and Angular 5

3 min read

In this article, we are going to take a look at one of the more significant changes in Angular 5 which is an update to RxJS and Observables.

Hero image for article
Icon for article
angularintermediateionicpwa

Building a Cryptocurrency Price Tracker PWA in Ionic

10 min read

In this tutorial series, we cover building a progressive web application with Ionic and hosting it using Firebase hosting.

Hero image for article
Icon for article
angularintermediateionicnode

Communicating Between an Ionic Application and a NodeJS Backend

5 min read

In this tutorial, we are going to take a deeper look at how an Ionic application and a NodeJS server can communicate back and forth.

Hero image for article
Icon for article
angularbackendfirebaseintermediateionicpwa

Hosting an Ionic PWA with Firebase Hosting

4 min read

In this tutorial, we are going to walk through how to host an Ionic PWA using Firebase Hosting.

Hero image for article
Icon for article
angularionicvue

Learning Vue for Ionic/Angular Developers – Part 4

4 min read

In this tutorial, we create a service for Vue that wraps localForage to handle saving data in the best storage mechanism available.

Hero image for article
Icon for article
angularintermediateionicpwa

Preparing a Progressive Web Application for Production

7 min read

In this tutorial, we will be taking the necessary steps to turn the Ionic application we have built into one that would be considered a progressive web application.

Hero image for article
Icon for article
angularintermediateionicuiux

Building a Time Locked Advent Calendar in Ionic

6 min read

We are going to build an advent calendar in Ionic, complete with animations for revealing each day.

Hero image for article
Icon for article
angularbeginnercordovaionicvue

Learning Vue for Ionic/Angular Developers – Part 5

4 min read

In this tutorial, we are going to walk through how we can use Cordova to wrap our Ionic/Vue code into a native application.

Hero image for article
Icon for article
angularbackendintermediateionicnode

Adding CAPTCHA to Ionic with NodeJS Middleware

6 min read

In this tutorial, we will be investigating adding Google's reCAPTCHAto an Ionic application that is powered by a NodeJS backend.

Hero image for article
Icon for article
angularionic

What’s the Difference Between Ionic and AngularJS?

8 min read

In this tutorial we build the exact same functionality as the email and Facebook login with Firebase in an Ionic application tutorial but just with AngularJS