Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5a91b54

Browse files
not-for-mewardbell
authored andcommitted
docs(server-communication): Modify file name 'rxjs-operators'
Modify file name 'add-rxjs-operators.ts' to 'rxjs-operators.ts', according to real file name. Ref: https://angular.io/resources/live-examples/server-communication/ts/plnkr.html
1 parent e188e47 commit 5a91b54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/docs/ts/latest/guide/server-communication.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ block rxjs
235235
because the full library is so big. We only use a few operators in our app.
236236

237237
Instead, we'll import each `Observable` operator and static class method, one-by-one, until we have a custom *Observable* implementation tuned
238-
precisely to our requirements. We'll put the `import` statements in one `app/add-rxjs-operators.ts` file.
238+
precisely to our requirements. We'll put the `import` statements in one `app/rxjs-operators.ts` file.
239239
+makeExample('server-communication/ts/app/rxjs-operators.ts', null, 'app/rxjs-operators.ts')(format=".")
240240
:marked
241241
If we forget an operator, the TypeScript compiler will warn that it's missing and we'll update this file.
@@ -632,7 +632,7 @@ block wikipedia-jsonp+
632632
.l-sub-section
633633
:marked
634634
We added the `debounceTime`, `distinctUntilChanged`, and `switchMap` operators to the RxJS `Observable` class
635-
in `add-rxjs-operators` as [described above](#rxjs)
635+
in `rxjs-operators` as [described above](#rxjs)
636636

637637
a#in-mem-web-api
638638
.l-main-section

0 commit comments

Comments
 (0)