- 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!! :)
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
import {BalanceSheetController} from './balance-sheet.controller';
|
|
|
|
export const BalanceSheetComponent = {
|
|
templateUrl: '/app/balance-sheet/balance-sheet.html',
|
|
controller: BalanceSheetController,
|
|
controllerAs: 'vm'
|
|
}; |