- 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!! :)
4 lines
93 B
TypeScript
4 lines
93 B
TypeScript
export function BalanceSheet($resource) {
|
|
return $resource('/api/BalanceSheet/:date');
|
|
}
|