更新时间:2021-08-27 18:40:01
封面
Title Page
Copyright and Credits
Ionic Cookbook Third Edition
Packt Upsell
Why subscribe?
PacktPub.com
Contributors
About the authors
About the reviewer
Packt is searching for authors like you
Preface
Who this book is for
What this book covers
To get the most out of this book
Download the example code files
Conventions used
Sections
Getting ready
How to do it...
How it works...
There's more...
See also
Get in touch
Reviews
Creating Our First App with Ionic
Introduction
Setting up a development environment
Creating a HelloWorld app via the CLI
Creating a HelloWorld app via Ionic Creator
Viewing the app using your web browser
Viewing the app using the Ionic CLI
Getting Ready
Viewing the app using Xcode for iOS
Viewing the app using Genymotion for Android
Viewing the app using Ionic View
Adding Ionic Components
Adding multiple pages using tabs
Adding left and right menu navigation
Navigating multiple pages with state parameters
Using menu tabs and segment together in an app
Using the Ionic grid to create a complex UI
Extending Ionic with Angular Building Blocks
Creating a custom pizza ordering component
Creating a custom username input directive
Creating a custom pipe
Creating a shared service to provide data to multiple pages