1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Remove uneeded rxjs-compat

This commit is contained in:
Chocobozzz 2018-06-18 11:02:24 +02:00
parent a2788c698e
commit 4d089429fe
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 6 additions and 11 deletions

View file

@ -2,7 +2,7 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators'
import { Component, forwardRef, Input, OnInit } from '@angular/core'
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'
import { MarkdownService } from '@app/videos/shared'
import { Subject } from 'rxjs/Subject'
import { Subject } from 'rxjs'
import truncate from 'lodash-es/truncate'
import { ScreenService } from '@app/shared/misc/screen.service'