79397158

Date: 2025-01-29 15:05:27
Score: 2
Natty:
Report link

Missing imports

As of Angular 16, they are well reported (in error) by the Angular compiler.

example of missing imports

In addition, the Angular language service allows auto-import of components/directives/pipes.
See: https://blog.angular.dev/angular-v16-is-here-4d7a28ec680d#56a5

Unused imports

As of Angular 19, they are well reported (in warning) by the Angular compiler.

example of unused imports

Additionally, the Angular language service allows auto-remove them.
See: https://blog.angular.dev/meet-angular-v19-7b29dfd05b84#816c

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: fservantdev