angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

fix(@ngtools/webpack): elide type only named imports when using `emitDecoratorMetadata`

Open alan-agius4 opened this issue 3 years ago • 0 comments

With this change we fix an issue where type only named imports were being emitted. As a result webpack failed to resolve such symbols as they don't exist in JavaScript.

Closes #23667

alan-agius4 avatar Aug 02 '22 07:08 alan-agius4