import { filter } from 'rxjs/operators'; ... this.router.events.pipe( filter( event => event instanceof NavigationEnd) )