An open API service indexing awesome lists of open source software.

https://github.com/molily/angular-form-testing

Testing a complex Angular form
https://github.com/molily/angular-form-testing

angular forms testing

Last synced: 12 months ago
JSON representation

Testing a complex Angular form

Awesome Lists containing this project

README

          

# Angular Form testing

📖 This example is part of the **[free online book: Testing Angular – A Guide to Robust Angular Applications
](https://testing-angular.com/)**. 📖

This is an example for testing complex Angular forms.

- The front-end Angular application can be found in [client](client/). Run `npm install` and `npm start` to start the client.
- The back-end Node.js application can be found in [server](server/). Run `npm install` and `npm start` to start the server.