Project 'web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client' was moved to 'web-et-numerique/factory/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client'. Please update any links and bookmarks that may still have the old path.
Commits on Source (9)
-
Marlène SIMONDANT authored
-
Marlène SIMONDANT authored
feat/US30-dynamic-about-page See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!194
-
Hugo SUBTIL authored
BREAKING CHANGE: app is now working with PWA handling
-
Hugo SUBTIL authored
feat/US7-PWA See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!172
-
Hugo SUBTIL authored
-
Hugo SUBTIL authored
-
Hugo SUBTIL authored
fix(pwa): ghost caching in pwa was making ui unavailable See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!199
-
Marlène SIMONDANT authored
-
Hugo SUBTIL authored
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 14 additions, 12 deletions.gitlab-ci.yml
- CHANGELOG.md 19 additions, 0 deletionsCHANGELOG.md
- Dockerfile 2 additions, 1 deletionDockerfile
- angular.json 18 additions, 15 deletionsangular.json
- nginx/dev.conf 4 additions, 0 deletionsnginx/dev.conf
- ngsw-config.json 33 additions, 0 deletionsngsw-config.json
- package-lock.json 13106 additions, 16818 deletionspackage-lock.json
- package.json 28 additions, 26 deletionspackage.json
- proxy.conf.json 1 addition, 4 deletionsproxy.conf.json
- src/app/about/about.component.html 0 additions, 38 deletionssrc/app/about/about.component.html
- src/app/about/about.component.ts 0 additions, 15 deletionssrc/app/about/about.component.ts
- src/app/app-routing.module.ts 3 additions, 3 deletionssrc/app/app-routing.module.ts
- src/app/app.component.ts 4 additions, 0 deletionssrc/app/app.component.ts
- src/app/app.module.ts 9 additions, 2 deletionssrc/app/app.module.ts
- src/app/footer/footer.component.html 1 addition, 0 deletionssrc/app/footer/footer.component.html
- src/app/header/header.component.html 2 additions, 2 deletionssrc/app/header/header.component.html
- src/app/page/enum/page.enum.ts 4 additions, 0 deletionssrc/app/page/enum/page.enum.ts
- src/app/page/models/page.model.ts 17 additions, 0 deletionssrc/app/page/models/page.model.ts
- src/app/page/page.component.html 18 additions, 0 deletionssrc/app/page/page.component.html
ngsw-config.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "pamn", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"scripts": { | ||
"ng": "ng", | ||
"start": "ng serve --configuration=fr --proxy-config proxy.conf.json", | ||
"build:prod": "ng build --prod --configuration=production,fr --output-path=dist --subresource-integrity", | ||
"build:dev": "ng build --prod --configuration=fr --output-path=dist --subresource-integrity", | ||
"doc": "npx @compodoc/compodoc -p tsconfig.doc.json", | ||
"doc:serve": "npm run doc && npx compodoc -s", | ||
"start-pwa": "npm run build:prod && http-server -p 8080 -c-1 dist/fr --proxy http://localhost:3000", | ||
"build:prod": "ng build --configuration=production,fr --output-path=dist --subresource-integrity", | ||
"build:dev": "ng build --configuration=production,fr --output-path=dist --subresource-integrity", | ||
"doc": "./node_modules/.bin/compodoc -p tsconfig.doc.json", | ||
"doc:serve": "./node_modules/.bin/compodoc compodoc -s", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"e2e": "ng e2e", | ||
... | ... | @@ -17,48 +18,49 @@ |
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "~11.2.12", | ||
"@angular/cdk": "^10.2.3", | ||
"@angular/common": "~11.2.12", | ||
"@angular/compiler": "~11.2.12", | ||
"@angular/core": "~11.2.12", | ||
"@angular/animations": "~13.1.1", | ||
"@angular/cdk": "^13.1.1", | ||
"@angular/common": "~13.1.1", | ||
"@angular/compiler": "~13.1.1", | ||
"@angular/core": "~13.1.1", | ||
"@angular/flex-layout": "^10.0.0-beta.32", | ||
"@angular/forms": "~11.2.12", | ||
"@angular/platform-browser": "~11.2.12", | ||
"@angular/platform-browser-dynamic": "~11.2.12", | ||
"@angular/router": "~11.2.12", | ||
"@angular/forms": "~13.1.1", | ||
"@angular/platform-browser": "~13.1.1", | ||
"@angular/platform-browser-dynamic": "~13.1.1", | ||
"@angular/router": "~13.1.1", | ||
"@angular/service-worker": "~13.1.1", | ||
"@asymmetrik/ngx-leaflet": "^8.1.0", | ||
"@ngx-translate/core": "^13.0.0", | ||
"ag-grid-angular": "^26.2.0", | ||
"ag-grid-community": "^26.2.1", | ||
"ag-grid-enterprise": "^26.2.1", | ||
"json-server": "^0.16.2", | ||
"json-server": "^0.17.0", | ||
"jwt-decode": "^3.1.2", | ||
"leaflet": "^1.7.1", | ||
"leaflet.locatecontrol": "^0.72.0", | ||
"lodash": "^4.17.20", | ||
"lodash": "^4.17.21", | ||
"luxon": "^1.25.0", | ||
"ngx-toastr": "^13.2.1", | ||
"npx": "^10.2.2", | ||
"rxjs": "~6.6.0", | ||
"tslib": "^2.0.0", | ||
"zone.js": "~0.10.2" | ||
"zone.js": "~0.11.4" | ||
}, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "^0.1100.6", | ||
"@angular/cli": "^11.2.11", | ||
"@angular/compiler-cli": "~11.2.12", | ||
"@angular/localize": "^11.2.12", | ||
"@compodoc/compodoc": "^1.1.11", | ||
"@angular-devkit/build-angular": "^13.2.1", | ||
"@angular/cli": "^13.1.2", | ||
"@angular/compiler-cli": "~13.1.1", | ||
"@angular/localize": "^13.1.1", | ||
"@compodoc/compodoc": "^1.1.16", | ||
"@types/jasmine": "~3.5.0", | ||
"@types/jasminewd2": "~2.0.3", | ||
"@types/leaflet": "^1.5.17", | ||
"@types/leaflet.locatecontrol": "^0.60.7", | ||
"@types/node": "^12.12.67", | ||
"codelyzer": "^6.0.0", | ||
"http-server": "^14.1.0", | ||
"jasmine-core": "~3.6.0", | ||
"jasmine-spec-reporter": "~5.0.0", | ||
"karma": "~5.0.0", | ||
"karma": "^6.3.9", | ||
"karma-browserify": "^7.0.0", | ||
"karma-chrome-launcher": "~3.1.0", | ||
"karma-coverage-istanbul-reporter": "~3.0.2", | ||
... | ... | @@ -66,9 +68,9 @@ |
"karma-jasmine-html-reporter": "^1.5.0", | ||
"prettier": "^2.1.2", | ||
"protractor": "~7.0.0", | ||
"standard-version": "^9.0.0", | ||
"standard-version": "^9.3.2", | ||
"ts-node": "~8.3.0", | ||
"tslint": "~6.1.0", | ||
"typescript": "~4.0.2" | ||
"typescript": "~4.5.4" | ||
} | ||
} |
src/app/about/about.component.html
deleted
100644 → 0
src/app/about/about.component.ts
deleted
100644 → 0
src/app/page/enum/page.enum.ts
0 → 100644
src/app/page/models/page.model.ts
0 → 100644
src/app/page/page.component.html
0 → 100644