Book Image

Building Mobile Apps with Ionic 4 [Video]

By : Samarth Agarwal
Book Image

Building Mobile Apps with Ionic 4 [Video]

By: Samarth Agarwal

Overview of this book

Ionic 4 marks the first version of the framework to completely embrace modern web APIs such as custom elements, CSS variables, and Shadow DOM. This course shows you how to get started with Ionic 4. You will use UI components that come with Ionic and are available for use in your apps, right out-of-the-box. You'll connect your Ionic app with a NoSQL database such as Firebase to enable your app to use all the amazing Firebase features such as Firebase Auth and Cloud Firestore. You will work on the ToDo APP project, a Task Manager app using Ionic. By the end of the course, you'll have used Ionic 4 to build and prepared a cross-platform app for release into Google Play Store and App Store. So are you excited to build your first app with Ionic 4? Let's get started. All the code files for this course are available on Github at - https://github.com/PacktPublishing/Building-Mobile-Apps-with-Ionic-4-
Table of Contents (5 chapters)
Chapter 2
Building Users' Interfaces with Ionic 4
Content Locked
Section 8
Creating Pages and Navigation
In this video, you will learn to create new pages and navigation in Ionic. You will also learn to send data to the page during navigation. - Create a new page in Ionic using the Ionic CLI - Navigate to another page and back using the NavController - Send data from one page to another using the Angular Router