Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 665 Bytes

README.md

File metadata and controls

24 lines (23 loc) · 665 Bytes

Ionic-Shared-Module

##STEP 1 : Set environment export const environment = { production: false, name: 'Ionics', appVersion: 1.0, packageId: 'com.ionic', APIBASEURL: 'http://192.168.0.71/wordpress/index.php/wp-json/wp/v2/', per_page: 2, appCategoryId: 10, playStoreURL: 'https://play.google.com/store/apps/details?id=xxx', ratePlayStoreURL: 'market://details?id=xxx', socialShare: { msg: 'Check out D11 app for your smartphone. Download it today from', subject: "D11", image: "xxx", url: "https://play.google.com/store/apps/details?id=xxx" }, admob: { banner: 'ca-app-pub-xxx', interstitial: 'ca-app-pub-xxx' } };