01-03-2019 15:07
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
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": "forex", | |||
| "version": "0.0.0", | |||
| "scripts": { | |||
| "ng": "ng", | |||
| "start": "ng serve", | |||
| "build": "ng build", | |||
| "test": "ng test", | |||
| "lint": "ng lint", | |||
| "e2e": "ng e2e" | |||
| }, | |||
| "private": true, | |||
| "dependencies": { | |||
| "@angular/animations": "~7.1.0", | |||
| "@angular/common": "~7.1.0", | |||
| "@angular/compiler": "~7.1.0", | |||
| "@angular/core": "~7.1.0", | |||
| "@angular/forms": "~7.1.0", | |||
| "@angular/platform-browser": "~7.1.0", | |||
| "@angular/platform-browser-dynamic": "~7.1.0", | |||
| "@angular/router": "~7.1.0", | |||
| "bootstrap": "^4.3.1", | |||
| "core-js": "^2.5.4", | |||
| "jquery": "^3.3.1", | |||
| "ngx-bootstrap": "^3.2.0", | |||
| "node-sass": "^4.11.0", | |||
| "rxjs": "~6.3.3", | |||
| "tslib": "^1.9.0", | |||
| "zone.js": "~0.8.26" | |||
| }, | |||
| "devDependencies": { | |||
| "@angular-devkit/build-angular": "^0.13.3", | |||
| "@angular/cli": "~7.1.3", | |||
| "@angular/compiler-cli": "^7.2.7", | |||
| "@angular/language-service": "~7.1.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": "~3.1.1", | |||
| "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.1.6" | |||
| } | |||
| } |
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/checker/checker.module.ts
0 → 100644
src/app/delivery/delivery.module.ts
0 → 100644
src/app/delivery/delivery.routing.ts
0 → 100644
src/app/delivery/index/index.component.html
0 → 100644
src/app/delivery/index/index.component.scss
0 → 100644
src/app/delivery/index/index.component.ts
0 → 100644
src/app/forex/forex.module.ts
0 → 100644
src/app/start/forgot/forgot.component.html
0 → 100644
src/app/start/forgot/forgot.component.scss
0 → 100644
src/app/start/forgot/forgot.component.ts
0 → 100644
src/app/start/index/index.component.html
0 → 100644
src/app/start/index/index.component.scss
0 → 100644
src/app/start/index/index.component.spec.ts
0 → 100644
src/app/start/index/index.component.ts
0 → 100644
src/app/start/login/login.component.html
0 → 100644
src/app/start/login/login.component.scss
0 → 100644
src/app/start/login/login.component.spec.ts
0 → 100644
src/app/start/login/login.component.ts
0 → 100644
src/app/start/newpin/newpin.component.html
0 → 100644
src/app/start/newpin/newpin.component.scss
0 → 100644
src/app/start/newpin/newpin.component.ts
0 → 100644
src/app/start/start.module.ts
0 → 100644
src/app/start/start.routing.ts
0 → 100644
src/assets/.gitkeep
0 → 100644
src/assets/images/asset_delete.png
0 → 100644
693 Bytes
src/assets/images/asset_edit.png
0 → 100644
1.87 KB
src/assets/images/asset_logo.png
0 → 100644
17.3 KB
src/assets/images/asset_logo1.png
0 → 100644
5.17 KB
src/assets/images/edit.png
0 → 100644
833 Bytes
src/assets/styles/responsive.scss
0 → 100644
src/assets/styles/translation.scss
0 → 100644
src/browserslist
0 → 100644
src/environments/environment.prod.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
tsconfig.json
0 → 100644
tslint.json
0 → 100644