Access service from Meteor.method

Hi all,

In my Meteor/Angular 2 project I’m trying to access a service from within a Meteor.method? Typically when I access a service from my component I create a private instance of the service in the constructor. My service maintains cart information so I use it to retrieve the current cart. Any ideas how to do it within a Meteor.method?

Thanks!