Files
brewman/brewman/static/app/balance-sheet/balance-sheet.service.ts
tanshu f3c1bfa57b - Started using TypeScript
- Using SystemJS as Module Loader
 - Auth and Permissions moved to Credentials.service from $rootScope
 - Toasts moved to Messages.service
 - Massive Changes
 - Sprint 1 done to move to Angular.io from AngularJS
 - Should be fully working!! :)
2018-05-15 00:11:28 +05:30

4 lines
93 B
TypeScript

export function BalanceSheet($resource) {
return $resource('/api/BalanceSheet/:date');
}