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
In standard compiler implementation, return value of the property decorator is used for call of Object.defineProperty. See example in on plunker.
If we include reflec-metada library, return value of the property decorator is ingnored. For example, if we include library in previus plunk, it will break.
The text was updated successfully, but these errors were encountered:
In standard compiler implementation, return value of the property decorator is used for call of Object.defineProperty. See example in on plunker.
If we include reflec-metada library, return value of the property decorator is ingnored. For example, if we include library in previus plunk, it will break.
The text was updated successfully, but these errors were encountered: