Awesome testing tool for Angular

Wallaby is an Integrated Continuous Testing Tool for JavaScript that continuously runs your tests. It reports code coverage and other……

Similar

Efficient testing of Angular with Intern

Intern is an incredibly powerful and feature-rich approach to all types of JavaScript and TypeScript testing. Intern 4 is a major update refactored in TypeScript and with much improved support for modern language features and support for ESM as well as bu... (more…)

Read more »

Angular 2 Module and Route Structures

In simple terms, modules are the basic building blocks of our Angular 2 application, whereas routes provide us with paths to point to specific parts of our application. These are both core to an Angular 2 application. It is important to create both with g...

Read more »