-
- Downloads
Upgrade to Angular 6.0, RxJS to 6.2, making changes to respect the new RxJS API
Showing
- .angular-cli.json 0 additions, 65 deletions.angular-cli.json
- angular.json 142 additions, 0 deletionsangular.json
- karma.conf.js 4 additions, 6 deletionskarma.conf.js
- package-lock.json 2907 additions, 1896 deletionspackage-lock.json
- package.json 28 additions, 26 deletionspackage.json
- src/app/editorialisation/components/accessibility/accessibility.component.spec.ts 2 additions, 2 deletions.../components/accessibility/accessibility.component.spec.ts
- src/app/editorialisation/components/approach/approach.component.spec.ts 2 additions, 2 deletions...ialisation/components/approach/approach.component.spec.ts
- src/app/editorialisation/components/legal-mentions/legal-mentions.component.spec.ts 2 additions, 2 deletions...omponents/legal-mentions/legal-mentions.component.spec.ts
- src/app/editorialisation/components/site-map/site-map.component.spec.ts 2 additions, 2 deletions...ialisation/components/site-map/site-map.component.spec.ts
- src/app/editorialisation/components/wordpress-page/wordpress-page.component.spec.ts 2 additions, 2 deletions...omponents/wordpress-page/wordpress-page.component.spec.ts
- src/app/editorialisation/components/wordpress-post-detail/wordpress-post-detail.component.spec.ts 2 additions, 2 deletions...press-post-detail/wordpress-post-detail.component.spec.ts
- src/app/editorialisation/resolvers/page.resolver.ts 7 additions, 4 deletionssrc/app/editorialisation/resolvers/page.resolver.ts
- src/app/editorialisation/services/editorialisation.service.mock.ts 16 additions, 15 deletions...ditorialisation/services/editorialisation.service.mock.ts
- src/app/editorialisation/services/editorialisation.service.ts 80 additions, 55 deletions...app/editorialisation/services/editorialisation.service.ts
- src/app/geosource/components/dataset-detail/dataset-detail.component.spec.ts 3 additions, 3 deletions...omponents/dataset-detail/dataset-detail.component.spec.ts
- src/app/geosource/components/dataset-detail/dataset-export/dataset-export.component.spec.ts 3 additions, 3 deletions...et-detail/dataset-export/dataset-export.component.spec.ts
- src/app/geosource/components/dataset-detail/dataset-info/dataset-info.component.spec.ts 3 additions, 4 deletions...ataset-detail/dataset-info/dataset-info.component.spec.ts
- src/app/geosource/components/dataset-list/dataset-list.component.spec.ts 4 additions, 5 deletions...ce/components/dataset-list/dataset-list.component.spec.ts
- src/app/geosource/components/dataset-list/dataset-list.component.ts 1 addition, 1 deletion...osource/components/dataset-list/dataset-list.component.ts
- src/app/geosource/components/filter-list/filter-list.component.ts 1 addition, 1 deletion...geosource/components/filter-list/filter-list.component.ts
.angular-cli.json
deleted
100644 → 0
angular.json
0 → 100644
This diff is collapsed.
| ... | ... | @@ -8,61 +8,63 @@ |
| "start-aot-fr": "ng serve --aot --i18nFile=src/i18n/messages.fr.xlf --i18nFormat=xlf --locale=fr --env=dev", | ||
| "start-aot-en": "ng serve --aot --i18nFile=src/i18n/messages.en.xlf --i18nFormat=xlf --locale=en --env=dev", | ||
| "build": "ng build --env=dev", | ||
| "build-prod": "ng build --prod", | ||
| "build-i18n": "for lang in en fr; do ng build --env=prod --output-path=dist/$lang --aot --bh /$lang/ --i18n-file=src/i18n/messages.$lang.xlf --i18n-format=xlf --locale=$lang; done", | ||
| "build-prod": "ng build --prod --build-optimizer", | ||
| "build-i18n": "for lang in en fr; do ng build --prod --build-optimizer --output-path=dist/$lang --bh /$lang/ --i18n-file=src/i18n/messages.$lang.xlf --i18n-format=xlf --locale=$lang; done", | ||
| "win-build-i18n:fr": "ng build --env=dev --output-path=dist/fr --aot --bh /fr/ --i18n-file=src/i18n/messages.fr.xlf --i18n-format=xlf --locale=fr", | ||
| "win-build-i18n:en": "ng build --env=dev --output-path=dist/en --aot --bh /en/ --i18n-file=src/i18n/messages.en.xlf --i18n-format=xlf --locale=en", | ||
| "win-build-i18n": "npm run win-build-i18n:en && npm run win-build-i18n:fr", | ||
| "test": "ng test --browser=Chrome --code-coverage=true", | ||
| "test:ci": "ng test --browser ChromeHeadlessCI --code-coverage=true --single-run=true --reporters html,progress,kjhtml", | ||
| "test": "ng test --browsers=Chrome --code-coverage=true", | ||
| "test:ci": "ng test --browsers ChromeHeadlessCI --code-coverage=true --watch=false", | ||
| "lint": "ng lint", | ||
| "e2e": "ng e2e" | ||
| }, | ||
| "private": true, | ||
| "dependencies": { | ||
| "@angular/animations": "^5.2.9", | ||
| "@angular/cdk": "^5.2.4", | ||
| "@angular/common": "^5.2.0", | ||
| "@angular/compiler": "^5.2.0", | ||
| "@angular/core": "^5.2.0", | ||
| "@angular/forms": "^5.2.0", | ||
| "@angular/http": "^5.2.0", | ||
| "@angular/platform-browser": "^5.2.0", | ||
| "@angular/platform-browser-dynamic": "^5.2.0", | ||
| "@angular/router": "^5.2.0", | ||
| "@angular/animations": "6.0.4", | ||
| "@angular/cdk": "^5.2.5", | ||
| "@angular/common": "6.0.4", | ||
| "@angular/compiler": "6.0.4", | ||
| "@angular/core": "6.0.4", | ||
| "@angular/forms": "6.0.4", | ||
| "@angular/http": "6.0.4", | ||
| "@angular/platform-browser": "6.0.4", | ||
| "@angular/platform-browser-dynamic": "6.0.4", | ||
| "@angular/router": "6.0.4", | ||
| "@types/leaflet": "^1.2.7", | ||
| "@types/leaflet.markercluster": "^1.0.3", | ||
| "bulma": "^0.7.1", | ||
| "core-js": "^2.4.1", | ||
| "core-js": "^2.5.7", | ||
| "font-awesome": "^4.7.0", | ||
| "leaflet": "^1.3.1", | ||
| "leaflet.markercluster": "^1.3.0", | ||
| "lodash": "^4.17.10", | ||
| "rxjs": "^5.5.6", | ||
| "zone.js": "^0.8.19" | ||
| "rxjs": "^6.2.0", | ||
| "zone.js": "^0.8.26" | ||
| }, | ||
| "devDependencies": { | ||
| "@angular/cli": "~1.7.3", | ||
| "@angular/compiler-cli": "^5.2.0", | ||
| "@angular/language-service": "^5.2.0", | ||
| "@types/jasmine": "~2.8.3", | ||
| "@angular-devkit/build-angular": "~0.6.8", | ||
| "@angular/cli": "^6.0.8", | ||
| "@angular/compiler-cli": "6.0.4", | ||
| "@angular/language-service": "6.0.4", | ||
| "@types/jasmine": "^2.8.8", | ||
| "@types/jasminewd2": "~2.0.2", | ||
| "@types/node": "~6.0.60", | ||
| "codelyzer": "^4.0.1", | ||
| "@types/node": "^6.0.112", | ||
| "codelyzer": "^4.3.0", | ||
| "jasmine-core": "~2.8.0", | ||
| "jasmine-spec-reporter": "~4.2.1", | ||
| "karma": "^2.0.2", | ||
| "karma-chrome-launcher": "~2.2.0", | ||
| "karma-coverage-istanbul-reporter": "^1.2.1", | ||
| "karma-coverage-istanbul-reporter": "^1.4.3", | ||
| "karma-htmlfile-reporter": "^0.3.5", | ||
| "karma-jasmine": "~1.1.0", | ||
| "karma-jasmine": "^1.1.2", | ||
| "karma-jasmine-html-reporter": "^0.2.2", | ||
| "ng2-mock-component": "0.0.6", | ||
| "protractor": "^5.3.2", | ||
| "rxjs-tslint": "^0.1.4", | ||
| "sass-recursive-map-merge": "^1.0.1", | ||
| "ts-node": "~4.1.0", | ||
| "tslint": "~5.9.1", | ||
| "tslint-config-airbnb": "^5.9.2", | ||
| "typescript": "~2.5.3" | ||
| "typescript": "2.7.2" | ||
| } | ||
| } |
Please sign in to comment