Nicholas Papadopoulos
7669827436
docs: fix typo at console.log ( #39252 )
...
PR Close #39252
2020-10-15 14:15:36 -07:00
George Kalpakas
e459dc7c42
test(docs-infra): add missing test for the `rx-library` docs example ( #38905 )
...
This commit adds an extra test for the `retry-on-error` snippet of the
`rx-library` docs example to ensure it can successfully recover after a
couple of failed attempts.
This commit addresses comment
https://github.com/angular/angular/pull/38905#discussion_r491494196 .
PR Close #38905
2020-09-28 16:20:11 -04:00
Sonu Kapoor
fd7146cc71
test(docs-infra): add unit tests for rx-library examples ( #38905 )
...
This commit adds missing unit tests for all rx-library examples from the docs.
Closes #28017
PR Close #38905
2020-09-28 16:20:11 -04:00
Sonu Kapoor
5ef2c983b9
fix(docs-infra): fix the retry-on-error example ( #38905 )
...
Previously, the `retry` example did not work as intended. The `retry`
operator was called before the exception occured, thus not retrying the
`ajax` request.
This commit moves the `retry` operator into the correct order to ensure
that the failed request is retried.
PR Close #38905
2020-09-28 16:20:11 -04:00
Ivan Tham
edc51f76c4
style(docs-infra): fix indentation in `rx-library` example ( #31553 )
...
PR Close #31553
2019-07-15 12:13:19 -04:00
Ricky Roller
531fa00992
docs: fix typo in rxjs guide example ( #29446 )
...
PR Close #29446
2019-03-26 12:49:46 -07:00
Zheng Kai
f6c91c5a5a
docs: update rxjs example and change fromPromise to from ( #27443 )
...
the first example at https://angular.io/guide/rx-library ,
https://github.com/ReactiveX/rxjs-tslint/issues/7
PR Close #27443
2019-01-08 16:15:53 -08:00
Arun Kumar
7c89af34a9
docs: square odds example in rxjs guide ( #24947 )
...
Added argument type to filter function of rxjs. Fixed the
return value of filtering of odd numbers
PR Close #24947
2018-07-23 08:41:58 -07:00
Alberto Piras
16f021c319
docs(aio): fix TS warning error - filter expects a boolean function param ( #22954 )
...
PR Close #22954
2018-03-23 13:07:57 -04:00
Igor Minar
b43f8bc7d3
feat(core): upgrade rxjs to 6.0.0-alpha.4 ( #22573 )
...
PR Close #22573
2018-03-19 21:51:51 -07:00
Jason Aden
79656e7f96
docs(aio): add Observable and Rx docs ( #21423 )
...
PR Close #21423
2018-02-27 11:24:31 -08:00