Cleanup schedule module.

This commit is contained in:
Alexis Lahouze 2017-07-30 16:49:55 +02:00
parent 19fdb785ba
commit 474b7de02d
1 changed files with 1 additions and 9 deletions

View File

@ -18,26 +18,18 @@
/* jshint node: true */
'use strict';
var angular = require('angular');
import * as angular from 'angular';
import {
downgradeInjectable,
downgradeComponent
} from '@angular/upgrade/static';
import { Logger } from '@nsalaun/ng-logger';
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
import { ToastrService } from 'ngx-toastr';
var ngStrap = require('angular-strap');
import accountModule from '@accountant/accounts';
import { ScheduleListComponent } from './scheduleList.component';
import { ScheduleService } from './schedule.service';
export default angular.module('accountant.scheduler', [
ngStrap,
accountModule
])
.directive('scheduleListComponent', downgradeComponent({