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
projects/demo/src/pages/app/utils/viewport-scroller.service.ts
20:17 error `takeUntilDestroyed()` must be called with an explicit `DestroyRef` parameter when used outside of an injection context. See more at https://angular.dev/guide/di/dependency-injection-context and https://angular.dev/ecosystem/rxjs-interop/take-until-destroyed @angular-eslint/no-implicit-take-until-destroyed
✖ 1 problem (1 error, 0 warnings)
This is normal behavior for Angular, and you don't need to use destroyRef.
I have
https://github.com/taiga-family/taiga-ui/blob/main/projects/demo/src/pages/app/utils/viewport-scroller.service.ts
But
This is normal behavior for Angular, and you don't need to use destroyRef.
Versions
@angular-eslint/eslint-plugin21.4.0@typescript-eslint/parser8.60.0ESLint9.39.4node26.2.0