Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 8f45f21

Browse files
CaerusKaruThomasBurleson
authored andcommitted
docs: change reference from RxJS "lettable" to "pipeable"
1 parent 67e4bf5 commit 8f45f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The 2.0.0-beta.10 and beta.11 releases on npm accidentally glitched-out midway,
66
### Build Changes
77

88
Similar to those used in **@angular/material**, this release also upgrades the package dependencies to Angular ~5.1.0 and the RxJS 5.5.x.
9-
> [Lettable RxJS operators](https://github.com/ReactiveX/rxjs/blob/master/doc/lettable-operators.md) are now used instead of prototype-patching *add* operators.
9+
> [Pipeable RxJS operators](https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md) are now used instead of prototype-patching *add* operators.
1010
1111
* **packages:** update deps to Angular v5 and RxJs 5.5 ([#523](https://github.com/angular/flex-layout/pull/523)) ([62457a5972](https://github.com/angular/flex-layout/commit/62457a5972)), closes [#519](https://github.com/angular/flex-layout/issues/519)
1212

CODING_STANDARDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class ConfigBuilder {
127127
```
128128

129129
#### RxJS
130-
When dealing with RxJS operators, import the lettable operator (e.g.
130+
When dealing with RxJS operators, import the pipeable operator (e.g.
131131
`import {map} from 'rxjs/operators/map'`), as opposed to using the "patch" imports which pollute the
132132
user's global Observable object (e.g. `import 'rxjs/add/operator/map'`):
133133

0 commit comments

Comments
 (0)