testing-library / angular-testing-library

🐙 Simple and complete Angular testing utilities that encourage good testing practices
https://testing-library.com/angular
MIT License
717 stars 91 forks source link

fix: make wrapper component `standalone: false` explicitly #498

Closed lacolaco closed 2 weeks ago

lacolaco commented 2 weeks ago

Since Angular v19, components are set as standalone: true by default, but ATL is currently supporting only non-standalone wrapper. For forward-compatibility, make default wrapper standalone: false explicitly.