Poka poka. Simple typescript decorators for console logging and debugging
Decorator for Angular components. It logs all the changes of the data-bound properties.
Counts calls of the ecorated method.
Groups every console logs called inside method.
Logs every method in class when it's called.
It logs what decorated method returns
Logs how much time method execution take
Logs from which method the current one was called. At least it should.
It may cause errors and not work correctly, sincce it is experimental decorator ;)