Ajout d'un exemple pour les appels http.

This commit is contained in:
Florian THIERRY
2023-02-21 15:25:03 +01:00
parent 4002d4226a
commit cfd4838d17
18 changed files with 243 additions and 13 deletions

View File

@@ -20,6 +20,7 @@
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@angular/router": "^15.1.0",
"angular-in-memory-web-api": "^0.15.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
@@ -37,4 +38,4 @@
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~4.9.4"
}
}
}