Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RxJS 6のtypescriptではインポートがより明確になっているようですが、javascriptではtake演算子をインポートする方法は?
take
で試した
import 'rxjs/operators/take';
ES6でも試しました:
import { take } from 'rxjs/operators';
しかし、うまくいきませんでした。take が関数ではないことを訴えます。