Skip to content

Commit

Permalink
fix ts error in app component
Browse files Browse the repository at this point in the history
  • Loading branch information
kiramclean committed Apr 5, 2019
1 parent 66753cd commit 7eae99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class AppComponent {
constructor() {
// just use each function once, to prove it can be imported
new SubscriptionManager().subscribeTo(
new Subject().pipe(
new Subject<number>().pipe(
cache(),
createPipeable(noop),
skipAfter(new Subject()),
Expand Down

0 comments on commit 7eae99f

Please sign in to comment.