The new on property improves output testing in Angular Testing Library
Angular Testing Library v17.1.0 introduces a new 'on' API for easier and more intuitive testing of component output properties.
Angular Testing Library v17.1.0 introduces a new 'on' API for easier and more intuitive testing of component output properties.
A guide on how to test Angular components using the new Signal APIs with Angular Testing Library, covering input properties and setup.
Explores methods to make @Input() properties required in Angular components, including workarounds and the new built-in solution.