10-12-2019
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": "rapport", | ||
"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": { | ||
"@angular/animations": "^8.2.14", | ||
"@angular/cdk": "^8.2.3", | ||
"@angular/common": "~8.1.2", | ||
"@angular/core": "~8.1.2", | ||
"@angular/flex-layout": "^8.0.0-beta.27", | ||
"@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", | ||
"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.1.1", | ||
"@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-routing.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/chatmessages/chatmessages.module.ts
0 → 100644
src/app/chatmessages/chatmessages.page.html
0 → 100644
src/app/chatmessages/chatmessages.page.scss
0 → 100644
src/app/chatmessages/chatmessages.page.ts
0 → 100644
src/app/chatpopover/chatpopover.module.ts
0 → 100644
src/app/chatpopover/chatpopover.page.html
0 → 100644
src/app/chatpopover/chatpopover.page.scss
0 → 100644
src/app/chatpopover/chatpopover.page.spec.ts
0 → 100644
src/app/chatpopover/chatpopover.page.ts
0 → 100644
src/app/forgot/forgot-routing.module.ts
0 → 100644
src/app/forgot/forgot.module.ts
0 → 100644
src/app/forgot/forgot.page.html
0 → 100644
src/app/forgot/forgot.page.scss
0 → 100644
src/app/forgot/forgot.page.spec.ts
0 → 100644
src/app/forgot/forgot.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/landing/landing-routing.module.ts
0 → 100644
src/app/landing/landing.module.ts
0 → 100644
src/app/landing/landing.page.html
0 → 100644
src/app/landing/landing.page.scss
0 → 100644
src/app/landing/landing.page.spec.ts
0 → 100644
src/app/landing/landing.page.ts
0 → 100644
src/app/like/like-routing.module.ts
0 → 100644
src/app/like/like.module.ts
0 → 100644
src/app/like/like.page.html
0 → 100644
src/app/like/like.page.scss
0 → 100644
src/app/like/like.page.spec.ts
0 → 100644
src/app/like/like.page.ts
0 → 100644
src/app/login/login-routing.module.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/media/media-routing.module.ts
0 → 100644
src/app/media/media.module.ts
0 → 100644
src/app/media/media.page.html
0 → 100644
src/app/media/media.page.scss
0 → 100644
src/app/media/media.page.spec.ts
0 → 100644
src/app/media/media.page.ts
0 → 100644
src/app/otp/otp-routing.module.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/phonecode/phonecode.module.ts
0 → 100644
src/app/phonecode/phonecode.page.html
0 → 100644
src/app/phonecode/phonecode.page.scss
0 → 100644
src/app/phonecode/phonecode.page.spec.ts
0 → 100644
src/app/phonecode/phonecode.page.ts
0 → 100644
src/app/profile/profile-routing.module.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
This diff is collapsed.
Click to expand it.
src/app/signup/signup-routing.module.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/tabsection/tabsection.component.html
0 → 100644
This diff is collapsed.
Click to expand it.
src/app/tabsection/tabsection.component.scss
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
src/app/tabsection/tabsection.component.ts
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/add.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/arrow_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/back_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/call_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/chat1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/close_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/delete.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/download.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/drop_down_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/edit_one_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/eye_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/fb_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/filled_heart.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/google_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/heart.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/id.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/ind.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/like1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/location.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/logout.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/luggage.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m1_act.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m2.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m2_act.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m3.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m3_act.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m4.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/m4_act.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/mail_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/more_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/one.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/pass_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/photo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/profile.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/profile1.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/profile_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/sa.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/send.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/smiley_bg.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/assets/title_logo.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/title_logo_white.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/top_section.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/two.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/upload_icon.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/wizard_bg.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/wizard_bg_one.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/wizard_four.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/wizard_one.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/wizard_three.png
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/wizard_two.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