angular-cn/aio/content/examples/rx-library
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
..
e2e/src test(docs-infra): ensure RxJS-related docs examples can compile without errors (#34063) 2019-12-02 11:02:13 -08:00
src fix(docs-infra): fix the retry-on-error example (#38905) 2020-09-28 16:20:11 -04:00
example-config.json build(docs-infra): renamed `e2e` property of `example-config.json` to `tests` (#36143) 2020-04-06 15:31:07 -07:00