ionic-in-action / chapter7

Chapter examples from Ionic in Action chapter 7 about advanced features

Home Page:http://ionicinaction.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the code from the chapter 7 example of Ionic in Action. It includes a number of smaller examples for more advanced features when building mobile apps with Ionic.

Here are the primary things we do in this chapter.

  • Setup and use SASS to build custom styles for Ionic
  • Adapt the behavior and style of the app based on the platform
  • Change the default configuration for Ionic
  • Use gestures and events to create touch interactions
  • How to store data and persist between sessions
  • How to determine online status and listen when it changes

Links

Quick Setup

npm install -g ionic
git clone https://github.com/ionic-in-action/chapter7.git
cd chapter6/[example]
ionic serve

About

Chapter examples from Ionic in Action chapter 7 about advanced features

http://ionicinaction.com


Languages

Language:JavaScript 83.9%Language:CSS 16.0%Language:HTML 0.1%Language:Shell 0.0%