everald / dc_app_login_ionic_starter

setup dc app login within an ionic starter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

Repository was setup with following commands.

# assuming ionic was installed globally - npm i -g @ionic/cli
ionic start test-app blank --cordova
cd test-app

# following the setup steps from the cordova sdk
ionic cordova plugin add https://github.com/antwerpes/dc_app_login_sdk_cordova.git

ionic cordova platform add ios
ionic cordova prepare ios

Changes to the template

Added the code snippet from the setup to home.page.ts and a button calling the function to home.page.html.

About

setup dc app login within an ionic starter template


Languages

Language:TypeScript 43.9%Language:SCSS 39.5%Language:JavaScript 10.8%Language:HTML 5.7%