Talk: Testing with Angular - Some Recipes
I recently wanted to dive deeper into testing Angular applications, in specific on how to write proper unit tests for some common scenarious you might encounter. Dave, the organizer of the Angular Hamburg Meetup group asked me whether I’d be interested in doing a talk. So here we are, read on for the slides, GitHub repo and video of the talk 😉.
Contents are based on Angular version >=2
Slides and recorded talk
Slides from my talk for Angular Hamburg.
Here’s the video of my talk:
Code Repository
I setup a dedicated code repository with the purpose of collecting testing recipes for various scenarious you might encounter while testing your Angular applications.
A code repository full of testing recipes. Check them out and help me create more!
You have some more? Share them with me and contribute them to the repository 👍
Related articles
There are some awesome articles out there on testing Angular applications. Here are some I found useful.
- Angular 2 Testing Guide by Gerard Sans
- Testing Angular Directives with Custom Matchers by Thoughtram
- Essential Angular Testing by Nrwl
- Three Ways to Test Angular 2 Components by Victor Savkin
Conclusion
Thanks Dave and Angular Hamburg for having me!