mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
this.router.events.filter/map AOT error fix.
This commit is contained in:
parent
a650ebac97
commit
3a246717a0
|
@ -3,6 +3,8 @@ import { ActivatedRoute, NavigationEnd, Router } from '@angular/router';
|
||||||
import { Animations } from '../../core/animations';
|
import { Animations } from '../../core/animations';
|
||||||
import { FuseConfigService } from '../../core/services/config.service';
|
import { FuseConfigService } from '../../core/services/config.service';
|
||||||
import { Subscription } from 'rxjs/Subscription';
|
import { Subscription } from 'rxjs/Subscription';
|
||||||
|
import 'rxjs/add/operator/filter';
|
||||||
|
import 'rxjs/add/operator/map';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector : 'fuse-content',
|
selector : 'fuse-content',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user