As the question says, how can i add a Decorator dynamically to a property in an already created javascript object? I already have the reference to the javascript object and know how to assign properties and funcions to an object via
Object.assign()
I dont think its very relevant but the decorators im using are the normal angular 2.