Cleanup module.
This commit is contained in:
parent
40bc4bf1e8
commit
1f5d4980e5
@ -29,9 +29,7 @@ import { Logger } from '@nsalaun/ng-logger';
|
||||
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
||||
import { ToastrService } from 'ngx-toastr';
|
||||
|
||||
var ngMessages = require('angular-messages'),
|
||||
ngUiNotification = require('angular-ui-notification'),
|
||||
ngStrap = require('angular-strap');
|
||||
var ngStrap = require('angular-strap');
|
||||
|
||||
var schedulerTmpl = require('./scheduler.html');
|
||||
|
||||
@ -39,8 +37,6 @@ import { ScheduleComponent } from './schedule.component';
|
||||
import { ScheduleService } from './schedule.service';
|
||||
|
||||
export default angular.module('accountant.scheduler', [
|
||||
ngMessages,
|
||||
ngUiNotification,
|
||||
ngStrap
|
||||
])
|
||||
.factory('toastrService', downgradeInjectable(ToastrService))
|
||||
|
Loading…
Reference in New Issue
Block a user