Angular 2 services vs static methods

Hi, I´m noticing that sometimes I can achieve the same results using an angular2 service or a ES6 class with static methods that I can call anywhere in the code. Which approach is better?