Clenaup dependencies.

This commit is contained in:
Alexis Lahouze 2018-06-14 11:52:41 +02:00
parent 4071893ed5
commit d2e8a3f7ef
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
// vim: set tw=80 ts=2 sw=2 sts=2 :
import { Location } from '@angular/common';
import { Component, ViewChild } from '@angular/core';
import { Component } from '@angular/core';
import { ActivatedRoute, Router, Params } from '@angular/router';
import { Logger } from '@nsalaun/ng-logger';

View File

@ -5,8 +5,6 @@ import * as moment from 'moment';
import { Component, OnInit } from '@angular/core';
import { ActivatedRoute, Router, Params } from '@angular/router';
import { Observable } from 'rxjs/Rx';
import { Logger } from '@nsalaun/ng-logger';
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
import { ToastrService } from 'ngx-toastr';