Testing Angular Services
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 131 MB | Duration: 11 minutes
Unit testing is a key tool for ensuring the correctness of our software, and Angular apps are no exception! In fact, part of what makes Angular so amazing is that it's a framework written from the ground up with testing in mind. Angular services are easier to test than some other Angular components, such as controllers, but still different than unit testing regular JavaScript applications.