Angular v19 introduces a diagnostic feature for detecting unused standalone imports in components, providing warnings by default. This helps developers identify and remove unnecessary imports during the development process. The diagnostic can be customized via the `tsconfig.json` file.
Sort: