angular-cli
angular-cli copied to clipboard
fix(@ngtools/webpack): elide unused type references
In the case the import declaration has an unused import we did not properly elide type references when emitDecoratorMetadata is disabled.
Closes #24295