JoostK fc6f48185c fix(ivy): ngcc - render decorators in UMD and CommonJS bundles correctly ()
In  a fix was implemented to render namespaced decorator imports
correctly, however it turns out that the fix only worked when decorator
information was extracted from static properties, not when using
`__decorate` calls.

This commit fixes the issue by creating the decorator metadata with the
full decorator expression, instead of only its name.

Closes 

PR Close 
2019-07-29 16:10:58 -07:00
..