Skip to content

praju89/Ionic-2-Cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Ionic 2 Cookbook - Second Edition This is the code repository for Ionic 2 Cookbook - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Developing real-time apps is the need of the hour, and apps that deal with humongous amounts of user data and real-time information that needs to be updated frequently are in high demand. Currently, one of the most popular frameworks for this task is Ionic Framework, which is undergoing a major makeover. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

<ion-tabs>
<ion-tab [root]="tab1Root" tabTitle="One" 
tabIcon="water"></ion-tab>
<ion-tab [root]="tab2Root" tabTitle="Two" 
tabIcon="leaf"></ion-tab>
<ion-tab [root]="tab3Root" tabTitle="Three" 
tabIcon="flame"></ion-tab>
</ion-tabs>

A Mac computer with Mac OS X El Capitan and root privileges iPhone 5 or later version Any Android device with Android 5.x or later version (optional) Any Windows Phone device (optional)

##Related Products

About

Ionic 2 Cookbook published by Packt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.8%
  • CSS 26.7%
  • HTML 18.7%
  • TypeScript 17.8%