Skip to content
/ oagt Public

Telephone directory App made with ionic 3 and angular 4 with offline database support and material design

License

Notifications You must be signed in to change notification settings

sreesdas/oagt

Repository files navigation

This is a telephone directory project based on Ionic framework (v3.7)

How to use this project

This template does not work on its own. You have to install the plugins after clonning this repo to your PC.

With the Ionic CLI:

After clonning the repo oagt, enter the following commands in sequence as shown below :

$ cd oagt
$ ionic cordova plugin add call-number
$ npm install --save @ionic-native/call-number

This is necessary otherwise call number plugin will throw an error even if we add it to package.json

Now to add the plugins, run :

$ npm install

and finally run it in browser or an android device using either of these commands :

$ ionic serve
$ ionic cordova run android

for a production build, use the --prod flag and for release build, add --release

$ ionic cordova build android --prod --release

About

Telephone directory App made with ionic 3 and angular 4 with offline database support and material design

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published