NetanelBasal
9/29/2017 - 8:44 AM

method-decorator-static.ts

class Test {
 
 @log
 static someMethod () {}
 
}