angular-form-testing icon indicating copy to clipboard operation
angular-form-testing copied to clipboard

Testing a complex Angular form

Angular Form testing

📖 This example is part of the free online book: Testing Angular – A Guide to Robust Angular Applications . 📖

This is an example for testing complex Angular forms.

  • The front-end Angular application can be found in client. Run npm install and npm start to start the client.
  • The back-end Node.js application can be found in server. Run npm install and npm start to start the server.