I'm giving my first steps with angular, and I need to define a utility helper library, with a couple of function methods, something like
dataHelper.parsedataHelper.parse, dataHelper.sanitizedataHelper.sanitize, etc
What would be the recommended way to organize it in angular?