Would it be possible to forward static members of a class ? ```typescript @Component class myComponent { static myValue = 42 } //For now, myComponent.myValue -> undefined ```