1. 首页
  2. 数据库
  3. 其它
  4. rxjs common:该库将一些有用的RxJS运算符分组 源码

rxjs common:该库将一些有用的RxJS运算符分组 源码

上传者: 2021-04-24 12:39:45上传 ZIP文件 73KB 热度 9次
Rxjs常见 概括 如何安装 npm install --save @witty-services/rxjs-common 开始使用 日志() 应该使用控制台API记录可观察的内容。 基本用法: import { from } from 'rxjs' ; import { log } from '@witty-services/rxjs-common' ; from ( [ 'a' , 'b' ] ) . pipe ( log ( ) ) . subscribe ( ) ; // output: 'a', 'b' 使用params用法: import { from } from 'rxjs' ; import { log } from '@witty-services/rxjs-common' ; from ( [ 'a' , 'b' ] ) . pipe ( log (
下载地址
用户评论