And I have a test checking for this like this. const addButton: DebugElement = fixture.debugElement.query(By.css('#addButton')); expect(addButton.nativeElement ...
I've noticed that in the current version of @swimlane/ngx-datatable (22.0.0), the library imports DOCUMENT from @angular/core. However, in Angular 16+ (including Angular 19), DOCUMENT has been moved ...