Preface
The world of mobile development is fragmented, with many platforms, frameworks, and technologies. Ionic is intended to fill this gap with its open source HTML5 mobile app framework that lets developers build native-feeling apps using web technologies such as HTML, CSS, and AngularJS. Ionic makes it easy for frontend developers who want to become app developers. The framework provides superior performance with deep Cordova integration and a comprehensive set of tools for prototyping, backend support, and deployment.
This book will take you through the process of developing a cross-platform mobile app using just HTML5 and JavaScript based on Ionic. You will start first by getting familiarized with the CLI and learning how to build and run an app. You will have a look at some common features of real-world mobile apps such as authenticating a user and receiving and saving data using either Firebase or Local Storage.
Next, the book will explain how Ionic integrates with Cordova to support native device features by using ngCordova and takes advantage of the existing modules around its ecosystem. You will also explore the advanced topics related to extending Ionic to create new components. Finally, the book will show you how to customize the Ionic theme and build the app for all platforms.