Skip to content

Commit

Permalink
Correct rx operator import
Browse files Browse the repository at this point in the history
Co-Authored-By: Wilson Hobbs <[email protected]>
  • Loading branch information
Andy Hook and wbhob authored Jan 11, 2020
1 parent c80657e commit ccd56a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/ng-intercom/intercom/intercom.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Inject, Injectable, PLATFORM_ID, Optional, isDevMode, Renderer2, RendererFactory2, ViewEncapsulation } from '@angular/core'
import { filter } from 'rxjs/internal/operators/filter'
import { filter } from 'rxjs/operators'
import { Router, NavigationEnd } from '@angular/router'
import { DOCUMENT, isPlatformBrowser } from '@angular/common'

Expand Down

0 comments on commit ccd56a7

Please sign in to comment.