#44 Merge origin
No related branches found
No related tags found
Showing
- .angular-cli.json 1 addition, 0 deletions.angular-cli.json
- installation FontAwesome.md 0 additions, 15 deletionsinstallation FontAwesome.md
- package-lock.json 3028 additions, 2123 deletionspackage-lock.json
- package.json 19 additions, 18 deletionspackage.json
- src/app/app.component.spec.ts 7 additions, 7 deletionssrc/app/app.component.spec.ts
- src/app/app.module.ts 57 additions, 56 deletionssrc/app/app.module.ts
- src/app/components/generic-select/generic-select.component.html 1 addition, 1 deletion...p/components/generic-select/generic-select.component.html
- src/app/components/generic-select/generic-select.component.ts 18 additions, 6 deletions...app/components/generic-select/generic-select.component.ts
- src/app/components/log-entry/log-entry.component.ts 5 additions, 5 deletionssrc/app/components/log-entry/log-entry.component.ts
- src/app/components/result-element/vertical-result-element.component.html 4 additions, 4 deletions...nts/result-element/vertical-result-element.component.html
- src/app/components/result-element/vertical-result-element.component.ts 11 additions, 9 deletions...nents/result-element/vertical-result-element.component.ts
- src/app/formulaire/form-iterator/deep-node-iterator.ts 1 addition, 1 deletionsrc/app/formulaire/form-iterator/deep-node-iterator.ts
- src/app/formulaire/ngparam.ts 13 additions, 6 deletionssrc/app/formulaire/ngparam.ts
- src/app/results/calculator-results.ts 9 additions, 5 deletionssrc/app/results/calculator-results.ts
- src/app/services/internationalisation/internationalisation.service.ts 9 additions, 5 deletions...ices/internationalisation/internationalisation.service.ts
- src/app/util.ts 4 additions, 3 deletionssrc/app/util.ts
- src/assets/font-awesome-4.7.0/HELP-US-OUT.txt 0 additions, 7 deletionssrc/assets/font-awesome-4.7.0/HELP-US-OUT.txt
- src/assets/font-awesome-4.7.0/css/font-awesome.css 0 additions, 2337 deletionssrc/assets/font-awesome-4.7.0/css/font-awesome.css
- src/assets/font-awesome-4.7.0/css/font-awesome.min.css 0 additions, 4 deletionssrc/assets/font-awesome-4.7.0/css/font-awesome.min.css
- src/assets/font-awesome-4.7.0/fonts/FontAwesome.otf 0 additions, 0 deletionssrc/assets/font-awesome-4.7.0/fonts/FontAwesome.otf
installation FontAwesome.md
deleted
100644 → 0
This diff is collapsed.
{ | { | ||
"name": "ngHyd", | "name": "nghyd", | ||
"version": "1.1.0", | "version": "1.1.0", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"ng": "ng", | "ng": "ng", | ||
"start": "npm run preprocess; ng serve --host 0.0.0.0", | "start": "npm run preprocess; ng serve --host 0.0.0.0", | ||
"prod": "npm run preprocess; ng serve --host 0.0.0.0 --env=prod", | "prod": "npm run preprocess; ng serve --host 0.0.0.0 --prod", | ||
"build": "npm run preprocess; ng build", | "build": "npm run preprocess; ng build", | ||
"test": "ng test", | "test": "ng test", | ||
"lint": "ng lint", | "lint": "ng lint", | ||
... | @@ -16,29 +16,30 @@ | ... | @@ -16,29 +16,30 @@ |
}, | }, | ||
"private": true, | "private": true, | ||
"dependencies": { | "dependencies": { | ||
"@angular/animations": "^5.0.0", | "@angular/animations": "^5.2.11", | ||
"@angular/common": "^5.0.0", | "@angular/common": "^5.2.11", | ||
"@angular/compiler": "^5.0.0", | "@angular/compiler": "^5.2.11", | ||
"@angular/core": "^5.0.0", | "@angular/core": "^5.2.11", | ||
"@angular/forms": "^5.0.0", | "@angular/forms": "^5.2.11", | ||
"@angular/http": "^5.0.0", | "@angular/http": "^5.2.11", | ||
"@angular/platform-browser": "^5.0.0", | "@angular/platform-browser": "^5.2.11", | ||
"@angular/platform-browser-dynamic": "^5.0.0", | "@angular/platform-browser-dynamic": "^5.2.11", | ||
"@angular/router": "^5.0.0", | "@angular/router": "^5.2.11", | ||
"angular-bootstrap-md": "^5.0.5", | "angular-bootstrap-md": "~6.0.0", | ||
"angular2-chartjs": "^0.4.1", | "angular2-chartjs": "^0.4.1", | ||
"core-js": "^2.4.1", | "core-js": "^2.5.7", | ||
"file-saver": "^1.3.8", | "file-saver": "^1.3.8", | ||
"font-awesome": "^4.7.0", | |||
"he": "^1.1.1", | "he": "^1.1.1", | ||
"jalhyd": "file:../jalhyd/jalhyd-1.0.0.tgz", | "jalhyd": "file:../jalhyd/jalhyd-1.0.0.tgz", | ||
"mathjax": "^2.7.4", | "mathjax": "^2.7.4", | ||
"ngx-md": "^3.1.1", | "ngx-md": "^3.1.1", | ||
"rxjs": "^5.5.2", | "rxjs": "^5.5.11", | ||
"zone.js": "^0.8.14" | "zone.js": "^0.8.26" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@angular/cli": "1.5.4", | "@angular/cli": "1.7.4", | ||
"@angular/compiler-cli": "^5.0.0", | "@angular/compiler-cli": "~5.2.0", | ||
"@angular/language-service": "^5.0.0", | "@angular/language-service": "^5.0.0", | ||
"@types/file-saver": "^1.3.0", | "@types/file-saver": "^1.3.0", | ||
"@types/jasmine": "~2.5.53", | "@types/jasmine": "~2.5.53", | ||
... | @@ -56,6 +57,6 @@ | ... | @@ -56,6 +57,6 @@ |
"protractor": "~5.1.2", | "protractor": "~5.1.2", | ||
"ts-node": "~3.2.0", | "ts-node": "~3.2.0", | ||
"tslint": "~5.7.0", | "tslint": "~5.7.0", | ||
"typescript": "~2.4.2" | "typescript": "~2.6.0" | ||
} | } | ||
} | } |
This diff is collapsed.
This diff is collapsed.
File deleted
Please register or sign in to comment