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
- Host: GitHub
- URL: https://github.com/molily/angular-form-testing
- Owner: molily
- License: unlicense
- Created: 2021-01-01T22:58:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T08:38:41.000Z (about 1 year ago)
- Last Synced: 2025-04-13T05:57:01.065Z (12 months ago)
- Topics: angular, forms, testing
- Language: TypeScript
- Homepage: https://molily.github.io/angular-form-testing/
- Size: 2.36 MB
- Stars: 21
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.