Import cleanup

This commit is contained in:
sercan 2018-11-27 11:11:07 +03:00
parent 68bd4436f4
commit 44550ecdd8

View File

@ -1,5 +1,5 @@
import { Inject, Injectable, InjectionToken } from '@angular/core';
import { NavigationEnd, NavigationStart, ResolveEnd, Router, RoutesRecognized } from '@angular/router';
import { ResolveEnd, Router } from '@angular/router';
import { Platform } from '@angular/cdk/platform';
import { BehaviorSubject, Observable } from 'rxjs';
import { filter } from 'rxjs/operators';