/App-Play-20190417

An ionic4 and angular app

Primary LanguageTypeScript

ionic4 App

An ionic4 and angular app.

Demo :

Install the app from "app" folder to your device.

Modules:

Home :

This screen demonstrates the use of an custom component, modalPage component and action sheet component.

Device motion :

This screen uses the canvas and device motion event to animate the drawing.

List View:

This screen fetches data from an external api and shows it in a list , used the ionic cards.

Apis used

Here is a RESTful API with some mock data: https://jsonplaceholder.typicode.com/users

Getting Started

Clone or download the project to your system.

Prerequisites

Node.js

Install the latest version if you dont have one

Android studio and andriod sdk

If you want you bundle your app for using on mobile device.

Cordova

If you want you bundle your app for using on mobile device.

Installing

npm install

This will install the dependencies

ionic serve

This will get the server up and running, you can access it on port 8100 of your localhost

ionic build --prod

This will generate a www folder for web deployment

ionic cordova build android

This will generate an application that can be installed on the phones.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details