Angular method logging with @Log() decorator

Console logging in with console.log() is pretty much the standard when it comes to debugging or monitoring code execution flow. At least…