While coding an app with Angular 2 and multiple calculation services I faced the following questions: When do I use static in a Angular service provided on application level? Is that nonsense? How does a static method reflect on performance? Lets say a couple hundret objects call at the same time the same static method. Is this method instantiated more