Earlier this year, I shared a real estate sample application built with the first beta of Ionic 2. Many things have changed in Ionic 2 since then, and it was time for an update. In this post, I’ll share a new and improved version of the app built with the latest release candidate. Watch the […]
Archive | AngularJS
Angular 2 and Ionic 2 Data Services
Part 2: Using REST Services
In part 1 of this series, I shared two approaches to create Mock services in Angular 2 / Ionic 2 applications: using a Promise-based or an Observable-based API. In this article, I’ll share a version of the IonicRealty sample application implemented using actual REST services, and I’ll revisit the Observable vs Promise discussion. The code […]
Angular 2 and Ionic 2 Data Services
Part 1: Promises and Observables
In this post I continue to improve the IonicRealty sample application I shared last week. In particular, I revisit the data access part of the application. The initial version of the application used simple mock services that weren’t really built the “Angular way”. In this article, I share two approaches to build Angular-style mock services. […]
IonicRealty: New Ionic 2 Sample Application
A couple of months ago, I shared a first Ionic 2 sample app built with Ionic 2 alpha. Ionic 2 is now in beta and things have changed a bit. To stay up to date with the latest changes, I built IonicRealty, a new sample app built with Ionic 2 beta. Watch the video: In […]
Sample Application with Angular 2 and Salesforce REST Services
The beta version of Angular 2 was released earlier this week. Check out the announcement blog post here. The Hero Editor tutorial is a great place to start. You can write Angular 2 apps with TypeScript, plain JavaScript, or Dart, and a version of the tutorial is available for each option. I chose TypeScript which […]
Sample Ionic 2 Application with a Salesforce Back-End
In my previous post, I shared an Employee Directory application built with Ionic 2. In this post, I share another Ionic 2 sample application: ContactManager is similar to EmployeeDirectory, but instead of using in-memory data, it uses the Salesforce REST APIs to retrieve contacts from Salesforce. Instead of its version 1 custom module infrastructure, Angular […]
Sample Application with Ionic 2
The first public alpha of Ionic 2 was announced last week at Angular Connect. Check out the announcement blog post. To experiment with Ionic 2 (and Angular 2), I created a new version of the Employee Directory application I wrote when I first explored Ionic almost two years ago. Try It Here Click here to […]
Belgian Beer Explorer with AngularJS and Ionic
In my previous post, I shared a Belgian Beer Explorer application built with React, Bootstrap, Node.js and Postgres. In this post, I’m sharing the same application built with AngularJS and Ionic. Application Highlights Like the original version, the mobile version lets users search and explore over 1700 Belgian beers by name, style, brewery, alcohol content, […]
Ionic Tutorial and Sample Application
I had a great time presenting the PhoneGap Day workshops with Michael and Holly last week in San Francisco. In the afternoon, I ran an AngularJS/Ionic workshop based on this tutorial. At the end of the workshop, I showed a more complete version of the application with additional UI polish and better code organization. A […]
Employee Directory Sample App with Ionic and Node.js
It has been six months since I posted the first version of the Employee Directory app built with Ionic and AngularJS. Ionic has been moving fast, and it was time for an update. Employee directory is a sample application that allows you to look up employees by name, view the details of an employee, call, […]