0% found this document useful (0 votes)
63 views5 pages

Ionic2 Book Sample

This document is an introduction to a book about developing hybrid mobile apps with Ionic 2. It discusses what Ionic 2 is, the transition from Ionic 1 to Ionic 2, and how the book will provide hands-on tutorials and code samples to teach the reader how to use Ionic 2 to build mobile apps.

Uploaded by

Ernesto Nadlor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
63 views5 pages

Ionic2 Book Sample

This document is an introduction to a book about developing hybrid mobile apps with Ionic 2. It discusses what Ionic 2 is, the transition from Ionic 1 to Ionic 2, and how the book will provide hands-on tutorials and code samples to teach the reader how to use Ionic 2 to build mobile apps.

Uploaded by

Ernesto Nadlor
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Ionic 2 - A Practical Introduction To Hybrid

Mobile Apps Development


Sebastian Eschweiler
This book is for sale at http://leanpub.com/ionic2-book

This version was published on 2016-07-12

This is a Leanpub book. Leanpub empowers authors and publishers with the Lean Publishing
process. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools and
many iterations to get reader feedback, pivot until you have the right book and build traction once
you do.

2016 Sebastian Eschweiler


Tweet This Book!
Please help Sebastian Eschweiler by spreading the word about this book on Twitter!
The suggested hashtag for this book is #ionic2book.
Find out what other people are saying about the book by clicking on this link to search for this
hashtag on Twitter:
https://twitter.com/search?q=#ionic2book
Contents

Chapter 01: Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1


Chapter 01: Introduction
Welcome to Ionic 2 - A Practical Introduction To Hybrid Mobile App Development. In this book youll
learn everything you need to know about Ionic 2. Ionic 2 is a web front-end framework to develop
hybrid mobile apps and is the successor of Ionic 1. With the new version of the framework many
concepts have been revised. Ionic 1 is based on AngularJS 1.x and with the second version of the
mobile app framework the switch to Angular 2 was made.
With Angular 2 many new concepts have been introduced and a lot of features of AngularJS 1.x
have been replaced. These new concepts are now valid for Ionic 2 as well. Angular 2 is based on
the latest version of JavaScript (ECMAScript 2015) and TypeScript. To get started with Ionic 2 you
need a basic understanding of these technologies. If you have no experiences in ECMASript 2015,
TypeScript or Angular 2, dont worry. Youll be introduced to those fundamentals throughout the
book step-by-step.
The book does not contain a general introduction to HTML, CSS and JavaScript. So if youre
just starting out with web development you need to learn those things first and then come back
afterwards. As hybrid mobile app development with Ionic 2 is based on web development you should
have a fair understanding of what web development in general is about.
As the subtitle of this book A Practical Introduction To Hybrid Mobile App Development announces,
well be building a lot of sample applications throughout the chapters of the book to demonstrate the
various concepts of Ionic 2. You can expect to get hands-on tutorials in every chapter. This will make
it very easy to apply everything youve learned to applications youre building right away. Youll get
a real-world understanding of how Ionic 2 can be applied in your own hybrid mobile applications.
Youll also learn the following:
As Ionic 2 is not yet released and only available as a beta version right now some aspects of the
framework may change until the final release. Dont mind. This book will be updated to keep
information up to date.
Code samples are provided in a GitHub repository. You can download and use the code in your own
projects.

You might also like