You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(datepicker): rxjs throws error on component destroy
* The datepicker expects the `backdropClick()` observable to emit one value before the observable completes. If no click happened and the component gets destroyed RxJS throws an error because no value got emitted.
* Monkey-patches Angular's TestBed to properly report errors on component destroy.
0 commit comments