initial push
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
config.xml
0 → 100644
<?xml version='1.0' encoding='utf-8'?> | |||
<widget id="com.mogobus.com" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | |||
<name>Mogo Bus</name> | |||
<description>Online Bus Ticket Booking and Reservation System</description> | |||
<author email="[email protected]" href="https://techware.co.in/">Techware Team</author> | |||
<content src="index.html" /> | |||
<access origin="*" /> | |||
<allow-intent href="http://*/*" /> | |||
<allow-intent href="https://*/*" /> | |||
<allow-intent href="tel:*" /> | |||
<allow-intent href="sms:*" /> | |||
<allow-intent href="mailto:*" /> | |||
<allow-intent href="geo:*" /> | |||
<preference name="ScrollEnabled" value="false" /> | |||
<preference name="android-minSdkVersion" value="19" /> | |||
<preference name="BackupWebStorage" value="none" /> | |||
<preference name="SplashMaintainAspectRatio" value="true" /> | |||
<preference name="FadeSplashScreenDuration" value="300" /> | |||
<preference name="SplashShowOnlyFirstTime" value="false" /> | |||
<preference name="SplashScreen" value="screen" /> | |||
<preference name="SplashScreenDelay" value="7000" /> | |||
<platform name="android"> | |||
<allow-intent href="market:*" /> | |||
<icon density="ldpi" src="resources\android\icon\drawable-ldpi-icon.png" /> | |||
<icon density="mdpi" src="resources\android\icon\drawable-mdpi-icon.png" /> | |||
<icon density="hdpi" src="resources\android\icon\drawable-hdpi-icon.png" /> | |||
<icon density="xhdpi" src="resources\android\icon\drawable-xhdpi-icon.png" /> | |||
<icon density="xxhdpi" src="resources\android\icon\drawable-xxhdpi-icon.png" /> | |||
<icon density="xxxhdpi" src="resources\android\icon\drawable-xxxhdpi-icon.png" /> | |||
<splash density="land-ldpi" src="resources\android\splash\drawable-land-ldpi-screen.png" /> | |||
<splash density="land-mdpi" src="resources\android\splash\drawable-land-mdpi-screen.png" /> | |||
<splash density="land-hdpi" src="resources\android\splash\drawable-land-hdpi-screen.png" /> | |||
<splash density="land-xhdpi" src="resources\android\splash\drawable-land-xhdpi-screen.png" /> | |||
<splash density="land-xxhdpi" src="resources\android\splash\drawable-land-xxhdpi-screen.png" /> | |||
<splash density="land-xxxhdpi" src="resources\android\splash\drawable-land-xxxhdpi-screen.png" /> | |||
<splash density="port-ldpi" src="resources\android\splash\drawable-port-ldpi-screen.png" /> | |||
<splash density="port-mdpi" src="resources\android\splash\drawable-port-mdpi-screen.png" /> | |||
<splash density="port-hdpi" src="resources\android\splash\drawable-port-hdpi-screen.png" /> | |||
<splash density="port-xhdpi" src="resources\android\splash\drawable-port-xhdpi-screen.png" /> | |||
<splash density="port-xxhdpi" src="resources\android\splash\drawable-port-xxhdpi-screen.png" /> | |||
<splash density="port-xxxhdpi" src="resources\android\splash\drawable-port-xxxhdpi-screen.png" /> | |||
<hook src="hooks/copy_android_notification_icons.js" type="after_prepare" /> | |||
</platform> | |||
<plugin name="cordova-plugin-whitelist" spec="^1.3.3" /> | |||
<plugin name="cordova-plugin-device" spec="^2.0.2" /> | |||
<plugin name="cordova-plugin-splashscreen" spec="^5.0.2" /> | |||
<plugin name="cordova-plugin-ionic-webview" spec="^2.4.1"> | |||
<variable name="ANDROID_SUPPORT_ANNOTATIONS_VERSION" value="27.+" /> | |||
</plugin> | |||
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.1.3" /> | |||
<plugin name="cordova-plugin-network-information" spec="^2.0.1" /> | |||
<plugin name="cordova-plugin-x-toast" spec="^2.7.2" /> | |||
<plugin name="com.razorpay.cordova" spec="https://github.com/razorpay/razorpay-cordova.git" /> | |||
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" /> | |||
<plugin name="onesignal-cordova-plugin" spec="^2.4.7" /> | |||
<engine name="android" spec="6.3.0" /> | |||
<platform name="ios"> | |||
<icon height="57" src="resources\ios\icon\icon.png" width="57" /> | |||
<icon height="114" src="resources\ios\icon\[email protected]" width="114" /> | |||
<icon height="40" src="resources\ios\icon\icon-40.png" width="40" /> | |||
<icon height="80" src="resources\ios\icon\[email protected]" width="80" /> | |||
<icon height="120" src="resources\ios\icon\[email protected]" width="120" /> | |||
<icon height="50" src="resources\ios\icon\icon-50.png" width="50" /> | |||
<icon height="100" src="resources\ios\icon\[email protected]" width="100" /> | |||
<icon height="60" src="resources\ios\icon\icon-60.png" width="60" /> | |||
<icon height="120" src="resources\ios\icon\[email protected]" width="120" /> | |||
<icon height="180" src="resources\ios\icon\[email protected]" width="180" /> | |||
<icon height="72" src="resources\ios\icon\icon-72.png" width="72" /> | |||
<icon height="144" src="resources\ios\icon\[email protected]" width="144" /> | |||
<icon height="76" src="resources\ios\icon\icon-76.png" width="76" /> | |||
<icon height="152" src="resources\ios\icon\[email protected]" width="152" /> | |||
<icon height="167" src="resources\ios\icon\[email protected]" width="167" /> | |||
<icon height="29" src="resources\ios\icon\icon-small.png" width="29" /> | |||
<icon height="58" src="resources\ios\icon\[email protected]" width="58" /> | |||
<icon height="87" src="resources\ios\icon\[email protected]" width="87" /> | |||
<icon height="1024" src="resources\ios\icon\icon-1024.png" width="1024" /> | |||
<splash height="1136" src="resources\ios\splash\Default-568h@2x~iphone.png" width="640" /> | |||
<splash height="1334" src="resources\ios\splash\Default-667h.png" width="750" /> | |||
<splash height="2208" src="resources\ios\splash\Default-736h.png" width="1242" /> | |||
<splash height="1242" src="resources\ios\splash\Default-Landscape-736h.png" width="2208" /> | |||
<splash height="1536" src="resources\ios\splash\Default-Landscape@2x~ipad.png" width="2048" /> | |||
<splash height="2048" src="resources\ios\splash\Default-Landscape@~ipadpro.png" width="2732" /> | |||
<splash height="768" src="resources\ios\splash\Default-Landscape~ipad.png" width="1024" /> | |||
<splash height="2048" src="resources\ios\splash\Default-Portrait@2x~ipad.png" width="1536" /> | |||
<splash height="2732" src="resources\ios\splash\Default-Portrait@~ipadpro.png" width="2048" /> | |||
<splash height="1024" src="resources\ios\splash\Default-Portrait~ipad.png" width="768" /> | |||
<splash height="960" src="resources\ios\splash\Default@2x~iphone.png" width="640" /> | |||
<splash height="480" src="resources\ios\splash\Default~iphone.png" width="320" /> | |||
<splash height="2732" src="resources\ios\splash\Default@2x~universal~anyany.png" width="2732" /> | |||
</platform> | |||
</widget> |
hooks/copy_android_notification_icons.js
0 → 100644
ionic.config.json
0 → 100644
ionic.starter.json
0 → 100644
my-key.keystore
0 → 100644
File added
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
package.json
0 → 100644
{ | |||
"name": "mogobus", | |||
"version": "0.0.1", | |||
"author": "Techware Solutions Private Limited", | |||
"homepage": "https://www.techware.co.in/", | |||
"private": true, | |||
"scripts": { | |||
"start": "ionic-app-scripts serve", | |||
"clean": "ionic-app-scripts clean", | |||
"build": "ionic-app-scripts build", | |||
"lint": "ionic-app-scripts lint", | |||
"ionic:serve": "ionic-app-scripts serve" | |||
}, | |||
"dependencies": { | |||
"@angular/animations": "5.2.11", | |||
"@angular/common": "5.2.11", | |||
"@angular/compiler": "5.2.11", | |||
"@angular/compiler-cli": "^5.2.11", | |||
"@angular/core": "5.2.11", | |||
"@angular/forms": "5.2.11", | |||
"@angular/http": "5.2.11", | |||
"@angular/platform-browser": "5.2.11", | |||
"@angular/platform-browser-dynamic": "5.2.11", | |||
"@ionic-native/core": "~4.11.0", | |||
"@ionic-native/google-plus": "^4.20.0", | |||
"@ionic-native/in-app-browser": "^5.6.0", | |||
"@ionic-native/network": "^4.13.0", | |||
"@ionic-native/onesignal": "^4.20.0", | |||
"@ionic-native/splash-screen": "~4.11.0", | |||
"@ionic-native/status-bar": "^4.20.0", | |||
"@ionic-native/toast": "^4.13.0", | |||
"@ionic/pro": "2.0.3", | |||
"@ionic/storage": "2.1.3", | |||
"@ngx-translate/core": "^9.1.1", | |||
"@ngx-translate/http-loader": "^3.0.1", | |||
"angular-6-social-login-v2": "^1.0.5", | |||
"angularfire2": "^5.0.0-rc.12", | |||
"com.razorpay.cordova": "git+https://github.com/razorpay/razorpay-cordova.git", | |||
"cordova": "^9.0.0", | |||
"cordova-android": "6.3.0", | |||
"cordova-browser": "5.0.4", | |||
"cordova-plugin-device": "^2.0.2", | |||
"cordova-plugin-googleplus": "^7.0.2", | |||
"cordova-plugin-inappbrowser": "^3.0.0", | |||
"cordova-plugin-ionic-keyboard": "^2.1.3", | |||
"cordova-plugin-ionic-webview": "^2.4.1", | |||
"cordova-plugin-network-information": "^2.0.1", | |||
"cordova-plugin-splashscreen": "^5.0.2", | |||
"cordova-plugin-statusbar": "^2.4.3", | |||
"cordova-plugin-whitelist": "^1.3.3", | |||
"cordova-plugin-x-toast": "^2.7.2", | |||
"device": "0.3.9", | |||
"firebase": "^5.4.1", | |||
"ionic": "^3.20.1", | |||
"ionic-angular": "3.9.0", | |||
"ionicons": "3.0.0", | |||
"node-sass": "^4.12.0", | |||
"npm": "^6.4.0", | |||
"onesignal-cordova-plugin": "^2.4.7", | |||
"promise-polyfill": "^8.1.0", | |||
"rxjs": "5.5.11", | |||
"sw-toolbox": "3.6.0", | |||
"zone.js": "0.8.26" | |||
}, | |||
"devDependencies": { | |||
"@ionic/app-scripts": "^3.2.4", | |||
"@ionic/cli-plugin-ionic-angular": "1.4.1", | |||
"tslint-ionic-rules": "0.0.19", | |||
"typescript": "~2.6.2" | |||
}, | |||
"description": "Online Bus Ticket Booking and Reservation System", | |||
"cordova": { | |||
"plugins": { | |||
"cordova-plugin-whitelist": {}, | |||
"cordova-plugin-device": {}, | |||
"cordova-plugin-splashscreen": {}, | |||
"cordova-plugin-ionic-webview": { | |||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+" | |||
}, | |||
"cordova-plugin-ionic-keyboard": {}, | |||
"cordova-plugin-network-information": {}, | |||
"cordova-plugin-x-toast": {}, | |||
"com.razorpay.cordova": {}, | |||
"cordova-plugin-inappbrowser": {}, | |||
"onesignal-cordova-plugin": {}, | |||
"cordova-plugin-statusbar": {} | |||
}, | |||
"platforms": [ | |||
"android" | |||
] | |||
} | |||
} | |||
\ No newline at end of file |
11 KB
3.62 KB
5.8 KB
17.2 KB
31.5 KB
49.5 KB
191 KB
53.6 KB
92.1 KB
367 KB
540 KB
758 KB
166 KB
46.8 KB
83.9 KB
327 KB
474 KB
672 KB
resources/icon.png
0 → 100644
844 KB
resources/icon.png.md5
0 → 100644
resources/ios/icon/icon-1024.png
0 → 100644
779 KB
resources/ios/icon/icon-40.png
0 → 100644
4.25 KB
resources/ios/icon/[email protected]
0 → 100644
13 KB
resources/ios/icon/[email protected]
0 → 100644
24 KB
resources/ios/icon/icon-50.png
0 → 100644
6.19 KB
resources/ios/icon/[email protected]
0 → 100644
18.3 KB
resources/ios/icon/icon-60.png
0 → 100644
8.29 KB
resources/ios/icon/[email protected]
0 → 100644
24 KB
resources/ios/icon/[email protected]
0 → 100644
44.5 KB
resources/ios/icon/icon-72.png
0 → 100644
11 KB
resources/ios/icon/[email protected]
0 → 100644
31.5 KB
resources/ios/icon/icon-76.png
0 → 100644
12 KB
resources/ios/icon/[email protected]
0 → 100644
34.3 KB
resources/ios/icon/[email protected]
0 → 100644
39.7 KB
resources/ios/icon/icon-small.png
0 → 100644
2.53 KB
resources/ios/icon/[email protected]
0 → 100644
7.85 KB
resources/ios/icon/[email protected]
0 → 100644
14.8 KB
resources/ios/icon/icon.png
0 → 100644
7.61 KB
resources/ios/icon/[email protected]
0 → 100644
22 KB
274 KB
resources/ios/splash/Default-667h.png
0 → 100644
349 KB
resources/ios/splash/Default-736h.png
0 → 100644
730 KB
866 KB
900 KB
This diff is collapsed.
Click to expand it.
308 KB
821 KB
This diff is collapsed.
Click to expand it.
293 KB
resources/ios/splash/Default@2x~iphone.png
0 → 100644
243 KB
This diff is collapsed.
Click to expand it.
resources/ios/splash/Default~iphone.png
0 → 100644
83.9 KB
resources/splash.png
0 → 100644
This diff is collapsed.
Click to expand it.
resources/splash.png.md5
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.firebaseconfig.ts
0 → 100644
src/app/app.html
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/app.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/main.ts
0 → 100644
src/assets/i18n/ar.json
0 → 100644
src/assets/i18n/en.json
0 → 100644
src/assets/i18n/es.json
0 → 100644
src/assets/icon/favicon.ico
0 → 100644
File added
src/assets/imgs/Group [email protected]
0 → 100644
504 KB
src/assets/imgs/Group [email protected]
0 → 100644
358 KB
src/assets/imgs/active_tick.png
0 → 100644
1.12 KB
src/assets/imgs/add.png
0 → 100644
5.19 KB
src/assets/imgs/arrow_left.png
0 → 100644
1.4 KB
src/assets/imgs/arrow_right.png
0 → 100644
1.23 KB
src/assets/imgs/background.png
0 → 100644
729 KB
src/assets/imgs/bg.jpg
0 → 100644
607 KB
src/assets/imgs/bg.png
0 → 100644
14.9 KB
src/assets/imgs/bottom_ticket.png
0 → 100644
60.3 KB
src/assets/imgs/calender.png
0 → 100644
1.6 KB
src/assets/imgs/call.png
0 → 100644
11.3 KB
src/assets/imgs/costal.png
0 → 100644
59.5 KB
src/assets/imgs/driver.png
0 → 100644
5.94 KB
src/assets/imgs/drop.png
0 → 100644
1.47 KB
src/assets/imgs/edit.png
0 → 100644
6.24 KB
src/assets/imgs/editpic.png
0 → 100644
6.46 KB
src/assets/imgs/filter.png
0 → 100644
657 Bytes
src/assets/imgs/logo.png
0 → 100644
609 KB
src/assets/imgs/menu.png
0 → 100644
1.01 KB
src/assets/imgs/menu1.png
0 → 100644
6.22 KB
src/assets/imgs/menu2.png
0 → 100644
7.29 KB
src/assets/imgs/menu3.png
0 → 100644
7.52 KB
src/assets/imgs/menu4.png
0 → 100644
8.26 KB
src/assets/imgs/menu5.png
0 → 100644
7.85 KB
src/assets/imgs/menu6.png
0 → 100644
8.2 KB
src/assets/imgs/mesage.png
0 → 100644
10.4 KB
src/assets/imgs/next.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/pattern.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/prev.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/promo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/recent.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/s1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/s2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/s3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/s4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/s5.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/search.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/seat_available.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/seat_booked.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/seat_ladies.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/seat_selected.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/sleeper_available.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/sleeper_booked.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/sleeper_ladies.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/sleeper_selected.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/tb-logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/imgs/ticket.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/js/checkout.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/declarations.d.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/manifest.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/models/interfaces/usercreds.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/models/mymodel.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/agency/agency.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/agency/agency.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/agency/agency.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/agency/agency.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/arrivalpoint/arrivalpoint.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/arrivalpoint/arrivalpoint.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/arrivalpoint/arrivalpoint.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/authcheck/authcheck.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/authcheck/authcheck.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/authcheck/authcheck.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/authcheck/authcheck.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/boardingpoint/boardingpoint.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/boardingpoint/boardingpoint.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/boardingpoint/boardingpoint.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksuccess/booksuccess.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksuccess/booksuccess.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksuccess/booksuccess.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksuccess/booksuccess.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksummary/booksummary.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksummary/booksummary.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksummary/booksummary.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/booksummary/booksummary.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/canceltrip/canceltrip.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/canceltrip/canceltrip.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/canceltrip/canceltrip.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/canceltrip/canceltrip.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/changepass/changepass.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/changepass/changepass.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/changepass/changepass.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/changepass/changepass.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/contact/contact.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dummy/dummy.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dummy/dummy.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dummy/dummy.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/dummy/dummy.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/editprofile/editprofile.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/error/error.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/filter/filter.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/forgot/forgot.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/forgot/forgot.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/forgot/forgot.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/forgot/forgot.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/home/home.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/landing/landing.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/list/list.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/list/list.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/list/list.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/list/list.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/login/login.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/notification/notification.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/notification/notification.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/notification/notification.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/otp/otp.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/otp/otp.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/otp/otp.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/otp/otp.ts
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/passengerdetail/passengerdetail.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/profile/profile.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/promo/promo.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/promo/promo.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/promo/promo.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/promo/promo.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchresults/searchresults.html
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/pages/searchresults/searchresults.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/searchresults/searchresults.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/selectseat/selectseat.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/selectseat/selectseat.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/selectseat/selectseat.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/selectseat/selectseat.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/signup/signup.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/terms/terms.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tracking/tracking.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tracking/tracking.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tracking/tracking.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tracking/tracking.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/trip/trip.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/trip/trip.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/trip/trip.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/trip/trip.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tripdetails/tripdetails.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tripdetails/tripdetails.module.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tripdetails/tripdetails.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/pages/tripdetails/tripdetails.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/auth/auth.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/auth/data.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/pipe/dateSet.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/pipe/my-filter.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/pipe/search.pipe.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/services/common.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/services/myservice.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/services/services.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/providers/services/validation.service.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/service-worker.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.