initial push
parents
Showing
.gitignore
0 → 100644
angular.json
0 → 100644
browserslist
0 → 100644
e2e/protractor.conf.js
0 → 100644
e2e/src/app.e2e-spec.ts
0 → 100644
e2e/src/app.po.ts
0 → 100644
e2e/tsconfig.json
0 → 100644
ionic.config.json
0 → 100644
karma.conf.js
0 → 100644
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": "getmirider", | ||
"version": "0.0.1", | ||
"author": "Ionic Framework", | ||
"homepage": "https://ionicframework.com/", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@agm/core": "^1.0.0-beta.7", | ||
"@angular/common": "~8.1.2", | ||
"@angular/compiler": "~8.1.2", | ||
"@angular/core": "~8.1.2", | ||
"@angular/forms": "~8.1.2", | ||
"@angular/platform-browser": "~8.1.2", | ||
"@angular/platform-browser-dynamic": "~8.1.2", | ||
"@angular/router": "~8.1.2", | ||
"@ionic-native/core": "^5.0.0", | ||
"@ionic-native/splash-screen": "^5.0.0", | ||
"@ionic-native/status-bar": "^5.0.0", | ||
"@ionic/angular": "^4.7.1", | ||
"agm-direction": "^0.7.8", | ||
"core-js": "^2.5.4", | ||
"rxjs": "~6.5.1", | ||
"tslib": "^1.9.0", | ||
"zone.js": "~0.9.1" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/architect": "~0.801.2", | ||
"@angular-devkit/build-angular": "~0.801.2", | ||
"@angular-devkit/core": "~8.1.2", | ||
"@angular-devkit/schematics": "~8.1.2", | ||
"@angular/cli": "~8.1.2", | ||
"@angular/compiler": "~8.1.2", | ||
"@angular/compiler-cli": "~8.1.2", | ||
"@angular/language-service": "~8.1.2", | ||
"@ionic/angular-toolkit": "~2.0.0", | ||
"@types/jasmine": "~3.3.8", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/node": "~8.9.4", | ||
"codelyzer": "^5.0.0", | ||
"jasmine-core": "~3.4.0", | ||
"jasmine-spec-reporter": "~4.2.1", | ||
"karma": "~4.1.0", | ||
"karma-chrome-launcher": "~2.2.0", | ||
"karma-coverage-istanbul-reporter": "~2.0.1", | ||
"karma-jasmine": "~2.0.1", | ||
"karma-jasmine-html-reporter": "^1.4.0", | ||
"protractor": "~5.4.0", | ||
"ts-node": "~7.0.0", | ||
"tslint": "~5.15.0", | ||
"typescript": "~3.4.3" | ||
}, | ||
"description": "An Ionic project" | ||
} |
src/app/app-routing.module.ts
0 → 100644
src/app/app.component.html
0 → 100644
src/app/app.component.scss
0 → 100644
src/app/app.component.spec.ts
0 → 100644
src/app/app.component.ts
0 → 100644
src/app/app.module.ts
0 → 100644
src/app/chat/chat.module.ts
0 → 100644
src/app/chat/chat.page.html
0 → 100644
src/app/chat/chat.page.scss
0 → 100644
src/app/chat/chat.page.spec.ts
0 → 100644
src/app/chat/chat.page.ts
0 → 100644
src/app/complete/complete.module.ts
0 → 100644
src/app/complete/complete.page.html
0 → 100644
src/app/complete/complete.page.scss
0 → 100644
src/app/complete/complete.page.spec.ts
0 → 100644
src/app/complete/complete.page.ts
0 → 100644
src/app/completeride/completeride.module.ts
0 → 100644
src/app/completeride/completeride.page.html
0 → 100644
src/app/completeride/completeride.page.scss
0 → 100644
src/app/completeride/completeride.page.ts
0 → 100644
src/app/earning/earning.module.ts
0 → 100644
src/app/earning/earning.page.html
0 → 100644
src/app/earning/earning.page.scss
0 → 100644
src/app/earning/earning.page.spec.ts
0 → 100644
src/app/earning/earning.page.ts
0 → 100644
src/app/forgotpass/forgotpass.module.ts
0 → 100644
src/app/forgotpass/forgotpass.page.html
0 → 100644
src/app/forgotpass/forgotpass.page.scss
0 → 100644
src/app/forgotpass/forgotpass.page.spec.ts
0 → 100644
src/app/forgotpass/forgotpass.page.ts
0 → 100644
src/app/general/general.module.ts
0 → 100644
src/app/general/general.page.html
0 → 100644
src/app/general/general.page.scss
0 → 100644
src/app/general/general.page.spec.ts
0 → 100644
src/app/general/general.page.ts
0 → 100644
src/app/home/home.module.ts
0 → 100644
src/app/home/home.page.html
0 → 100644
src/app/home/home.page.scss
0 → 100644
src/app/home/home.page.spec.ts
0 → 100644
src/app/home/home.page.ts
0 → 100644
src/app/login/login.module.ts
0 → 100644
src/app/login/login.page.html
0 → 100644
src/app/login/login.page.scss
0 → 100644
src/app/login/login.page.spec.ts
0 → 100644
src/app/login/login.page.ts
0 → 100644
src/app/otp/otp.module.ts
0 → 100644
src/app/otp/otp.page.html
0 → 100644
src/app/otp/otp.page.scss
0 → 100644
src/app/otp/otp.page.spec.ts
0 → 100644
src/app/otp/otp.page.ts
0 → 100644
src/app/password/password.module.ts
0 → 100644
src/app/password/password.page.html
0 → 100644
src/app/password/password.page.scss
0 → 100644
src/app/password/password.page.spec.ts
0 → 100644
src/app/password/password.page.ts
0 → 100644
src/app/profile/profile.module.ts
0 → 100644
src/app/profile/profile.page.html
0 → 100644
src/app/profile/profile.page.scss
0 → 100644
src/app/profile/profile.page.spec.ts
0 → 100644
src/app/profile/profile.page.ts
0 → 100644
src/app/ride/ride.module.ts
0 → 100644
src/app/ride/ride.page.html
0 → 100644
src/app/ride/ride.page.scss
0 → 100644
src/app/ride/ride.page.spec.ts
0 → 100644
src/app/ride/ride.page.ts
0 → 100644
src/app/ridedetails/ridedetails.module.ts
0 → 100644
src/app/ridedetails/ridedetails.page.html
0 → 100644
src/app/ridedetails/ridedetails.page.scss
0 → 100644
src/app/ridedetails/ridedetails.page.spec.ts
0 → 100644
src/app/ridedetails/ridedetails.page.ts
0 → 100644
src/app/riderlounge/riderlounge.module.ts
0 → 100644
src/app/riderlounge/riderlounge.page.html
0 → 100644
src/app/riderlounge/riderlounge.page.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/riderlounge/riderlounge.page.spec.ts
0 → 100644
src/app/riderlounge/riderlounge.page.ts
0 → 100644
src/app/signup/signup.module.ts
0 → 100644
src/app/signup/signup.page.html
0 → 100644
src/app/signup/signup.page.scss
0 → 100644
src/app/signup/signup.page.spec.ts
0 → 100644
src/app/signup/signup.page.ts
0 → 100644
src/app/upload/upload.module.ts
0 → 100644
src/app/upload/upload.page.html
0 → 100644
src/app/upload/upload.page.scss
0 → 100644
src/app/upload/upload.page.spec.ts
0 → 100644
src/app/upload/upload.page.ts
0 → 100644
src/app/verification/verification.module.ts
0 → 100644
src/app/verification/verification.page.html
0 → 100644
src/app/verification/verification.page.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/verification/verification.page.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/Component231@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/Component41@3x.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/arrow_white.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/background.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/bar.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/destination.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/icon/favicon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/messenger.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/shapes.svg
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/source.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/tick.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.prod.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/environments/environment.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/global.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/index.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/main.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/polyfills.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/test.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/theme/variables.scss
0 → 100644
This diff is collapsed.
Click to expand it.
src/zone-flags.ts
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.app.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.json
0 → 100644
This diff is collapsed.
Click to expand it.
tsconfig.spec.json
0 → 100644
This diff is collapsed.
Click to expand it.
tslint.json
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment