init
parents
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
angular.json
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.e2e.json
0 → 100644
favicon.ico
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": "protest", | |||
| "version": "0.0.0", | |||
| "scripts": { | |||
| "ng": "ng", | |||
| "start": "ng serve --host 192.168.1.25", | |||
| "buildDev": "ng build -c=dev --prod", | |||
| "buildStage": "ng build -c=stage --prod", | |||
| "buildProd": "ng build -c=production --prod", | |||
| "test": "ng test", | |||
| "lint": "ng lint", | |||
| "e2e": "ng e2e" | |||
| }, | |||
| "private": true, | |||
| "dependencies": { | |||
| "@angular/animations": "~7.2.0", | |||
| "@angular/common": "~7.2.0", | |||
| "@angular/compiler": "~7.2.0", | |||
| "@angular/core": "~7.2.0", | |||
| "@angular/forms": "~7.2.0", | |||
| "@angular/platform-browser": "~7.2.0", | |||
| "@angular/platform-browser-dynamic": "~7.2.0", | |||
| "@angular/router": "~7.2.0", | |||
| "buffer": "^5.4.3", | |||
| "core-js": "^2.5.4", | |||
| "html2canvas": "^1.0.0-rc.5", | |||
| "rxjs": "~6.3.3", | |||
| "tslib": "^1.9.0", | |||
| "uuid": "^3.3.3", | |||
| "zone.js": "~0.8.26" | |||
| }, | |||
| "devDependencies": { | |||
| "@angular-devkit/build-angular": "~0.13.0", | |||
| "@angular/cli": "~7.3.5", | |||
| "@angular/compiler-cli": "~7.2.0", | |||
| "@angular/language-service": "~7.2.0", | |||
| "@types/jasmine": "~2.8.8", | |||
| "@types/jasminewd2": "~2.0.3", | |||
| "@types/node": "~8.9.4", | |||
| "codelyzer": "~4.5.0", | |||
| "jasmine-core": "~2.99.1", | |||
| "jasmine-spec-reporter": "~4.2.1", | |||
| "karma": "~4.0.0", | |||
| "karma-chrome-launcher": "~2.2.0", | |||
| "karma-coverage-istanbul-reporter": "~2.0.1", | |||
| "karma-jasmine": "~1.1.2", | |||
| "karma-jasmine-html-reporter": "^0.2.2", | |||
| "protractor": "~5.4.0", | |||
| "ts-node": "~7.0.0", | |||
| "tslint": "~5.11.0", | |||
| "typescript": "~3.2.2" | |||
| } | |||
| } | |||
| \ No newline at end of file |
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/auth/auth-routing.module.ts
0 → 100644
src/app/auth/auth.guard.spec.ts
0 → 100644
src/app/auth/auth.guard.ts
0 → 100644
src/app/auth/auth.module.ts
0 → 100644
src/app/auth/auth.service.spec.ts
0 → 100644
src/app/auth/auth.service.ts
0 → 100644
src/app/auth/login/login.component.html
0 → 100644
src/app/auth/login/login.component.scss
0 → 100644
src/app/auth/login/login.component.spec.ts
0 → 100644
src/app/auth/login/login.component.ts
0 → 100644
src/app/common/alert/alert.component.html
0 → 100644
src/app/common/alert/alert.component.scss
0 → 100644
src/app/common/alert/alert.component.spec.ts
0 → 100644
src/app/common/alert/alert.component.ts
0 → 100644
src/app/common/life-common.module.ts
0 → 100644
src/app/common/life-common.service.spec.ts
0 → 100644
src/app/common/life-common.service.ts
0 → 100644
src/app/common/picker/picker.component.html
0 → 100644
src/app/common/picker/picker.component.scss
0 → 100644
src/app/common/picker/picker.component.ts
0 → 100644
src/app/common/pipe/switch-number.pipe.ts
0 → 100644
src/app/common/safe-html.pipe.spec.ts
0 → 100644
src/app/common/safe-html.pipe.ts
0 → 100644
src/app/common/slideDown.ts
0 → 100644
src/app/common/toast/toast.component.html
0 → 100644
src/app/common/toast/toast.component.scss
0 → 100644
src/app/common/toast/toast.component.spec.ts
0 → 100644
src/app/common/toast/toast.component.ts
0 → 100644
src/app/domain/businessQuery.ts
0 → 100644
src/app/domain/local.storage.ts
0 → 100644
src/app/domain/nameAge.ts
0 → 100644
src/app/domain/plans.ts
0 → 100644
src/app/domain/recruitingQuery.ts
0 → 100644
src/app/domain/settinginfo.ts
0 → 100644
src/app/domain/user.ts
0 → 100644
src/app/domain/wxconfig.ts
0 → 100644
src/app/http-interceptors/index.ts
0 → 100644
src/app/my/my-news/my-news.component.html
0 → 100644
src/app/my/my-news/my-news.component.scss
0 → 100644
src/app/my/my-news/my-news.component.spec.ts
0 → 100644
src/app/my/my-news/my-news.component.ts
0 → 100644
src/app/my/my-routing.module.ts
0 → 100644
src/app/my/my-target/my-target.component.ts
0 → 100644
src/app/my/my.module.ts
0 → 100644
src/app/my/my.service.spec.ts
0 → 100644
src/app/my/my.service.ts
0 → 100644
src/app/my/salary/salary.component.html
0 → 100644
src/app/my/salary/salary.component.scss
0 → 100644
src/app/my/salary/salary.component.spec.ts
0 → 100644
src/app/my/salary/salary.component.ts
0 → 100644
src/app/my/team-rank/team-rank.component.ts
0 → 100644
src/app/my/thanks/thanks.component.html
0 → 100644
src/app/my/thanks/thanks.component.scss
0 → 100644
src/app/my/thanks/thanks.component.spec.ts
0 → 100644
src/app/my/thanks/thanks.component.ts
0 → 100644
src/app/safe-html.pipe.spec.ts
0 → 100644
src/app/safe-html.pipe.ts
0 → 100644
src/assets/.gitkeep
0 → 100644
src/assets/LCalendar/LCalendar.css
0 → 100644
src/assets/LCalendar/LCalendar.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
src/assets/bootstrap/less/glyphicons.less
0 → 100644
src/assets/font/demo.css
0 → 100644
src/assets/font/demo_index.html
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/font/iconfont.css
0 → 100644
src/assets/font/iconfont.eot
0 → 100644
File added
src/assets/font/iconfont.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/font/iconfont.json
0 → 100644
src/assets/font/iconfont.svg
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/font/iconfont.ttf
0 → 100644
File added
src/assets/font/iconfont.woff
0 → 100644
File added
src/assets/font/iconfont.woff2
0 → 100644
File added
src/assets/images/banner.jpg
0 → 100644
158 KB
src/assets/images/bg_02.jpg
0 → 100644
84.3 KB
src/assets/images/card_opposite.jpg
0 → 100644
186 KB
src/assets/images/icons/meng.png
0 → 100644
16.9 KB
src/assets/images/icons/yd.jpg
0 → 100644
38.1 KB
src/assets/images/loading.gif
0 → 100644
24.6 KB
src/assets/images/login_logo.png
0 → 100644
45.5 KB
src/assets/images/online.jpg
0 → 100644
304 KB
src/assets/images/online_chat.jpg
0 → 100644
304 KB
src/assets/images/sign.png
0 → 100644
21.2 KB
src/assets/images/top_bg.png
0 → 100644
181 KB
src/assets/images/yd-online_logo.png
0 → 100644
9.52 KB
src/assets/images/ydCompanyName.png
0 → 100644
9.73 KB
src/assets/images/ydShield.png
0 → 100644
31.6 KB
src/assets/images/ydinsurance_logo.png
0 → 100644
53.2 KB
src/assets/images/yindunvipmember.jpg
0 → 100644
140 KB
src/assets/js/jquery.min.js
0 → 100644
src/assets/js/qrcode.js
0 → 100644
src/assets/laydate/laydate.js
0 → 100644
File added
File added
File added
src/assets/laydate/theme/default/laydate.css
0 → 100644
src/assets/weui/weui.css
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/browserslist
0 → 100644
src/environments/environment.prod.ts
0 → 100644
src/environments/environment.stage.ts
0 → 100644
src/environments/environment.ts
0 → 100644
src/favicon.ico
0 → 100644
File added
src/index.html
0 → 100644
src/karma.conf.js
0 → 100644
src/main.ts
0 → 100644
src/polyfills.ts
0 → 100644
src/styles.scss
0 → 100644
src/test.ts
0 → 100644
src/tsconfig.app.json
0 → 100644
src/tsconfig.spec.json
0 → 100644
src/tslint.json
0 → 100644
src/typings.d.ts
0 → 100644
tsconfig.json
0 → 100644
tslint.json
0 → 100644
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment