Closed ersimont closed 3 years ago
Maybe try this workaround instead:
this.inject(ɵDomSharedStylesHost).ngOnDestroy();
Looks like the next version of Angular will let us address this with https://github.com/angular/angular/pull/42566. That makes me more comfortable using this hacky workaround, since it should be short lived.
Maybe try this workaround instead: