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
fix(@ngtools/webpack): don't elide used imports for transformed ShorthandPropertyAssignment
NGTSC, will transform `ShorthandPropertyAssignment` to `PropertyAssignment`, with this change we handle such cases and retain the import which previously was dropped.
Closes#18149 and closes#17347
(cherry picked from commit 6ac000f)
0 commit comments