angular-form-testing
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 installandnpm startto start the client. - The back-end Node.js application can be found in server. Run
npm installandnpm startto start the server.