From 8bce524f5a660732fbe543215fdfba3f08f02f5e Mon Sep 17 00:00:00 2001 From: Laur Ivan Date: Sat, 3 Dec 2022 23:45:52 +0100 Subject: [PATCH] chore: Add more links. --- angular.md | 5 +++++ nodejs.md | 1 + 2 files changed, 6 insertions(+) diff --git a/angular.md b/angular.md index 873630e..cdd045b 100644 --- a/angular.md +++ b/angular.md @@ -55,6 +55,11 @@ ## Testing +- [How To Test HttpClient Requests in Angular](https://www.digitalocean.com/community/tutorials/angular-testing-httpclient) +- [How To Unit Test Angular Component With Service](https://codehandbook.org/how-to-unit-test-angular-component-with-service/) +- GH [HttpclientTesting - code archive](https://github.com/cironunes/httpclient-testing) +- [Testing with the Angular HttpClient API](https://medium.com/netscape/testing-with-the-angular-httpclient-api-648203820712) + - SO [Angular - unit test for a subscribe function in a component](https://stackoverflow.com/q/45839955/515948) - SO [Angular Unit Test - Mocked Service is not being used](https://stackoverflow.com/q/54984241/515948) - SO [Testing error case with observables in services](https://stackoverflow.com/q/39960146/515948) diff --git a/nodejs.md b/nodejs.md index 2b91966..6ad9acf 100644 --- a/nodejs.md +++ b/nodejs.md @@ -27,6 +27,7 @@ - SO [Express req.body is empty](https://stackoverflow.com/q/62634298/515948) - SO [HTTP PUT request in Expressjs](https://stackoverflow.com/questions/53156643/http-put-request-in-expressjs) +- SO [Proper way to return JSON using node or Express](https://stackoverflow.com/q/19696240/515948) ## Tools