We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b071d64 commit 5d77d90Copy full SHA for 5d77d90
CODING_STANDARDS.md
@@ -127,7 +127,7 @@ class ConfigBuilder {
127
```
128
129
#### RxJS
130
-When dealing with RxJS operators, import the lettable operator (e.g.
+When dealing with RxJS operators, import the pipeable operator (e.g.
131
`import {map} from 'rxjs/operators/map'`), as opposed to using the "patch" imports which pollute the
132
user's global Observable object (e.g. `import 'rxjs/add/operator/map'`):
133
0 commit comments