angular/aio/content/examples/practical-observable-usage/src
George Kalpakas 0fc4e66f6e test(docs-infra): fix practical-observable-usage docs example tests with RxJS v7 (#43880)
Due to how `debounceTime()` works in RxJS v7, Jasmine's mock clock was
not enough to trigger it. This commit fixes it by providing a similar
mock clock that is able to mock all of `Date.now()`, `setInterval()` and
`setTimeout()`.

PR Close #43880
2021-10-29 13:10:25 -07:00
..
backoff.spec.ts test(docs-infra): add missing unit tests for backoff example (#38896) 2020-09-24 11:33:20 -04:00
backoff.ts docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00
main.ts docs(aio): add Observable and Rx docs (#21423) 2018-02-27 11:24:31 -08:00
typeahead.spec.ts test(docs-infra): fix practical-observable-usage docs example tests with RxJS v7 (#43880) 2021-10-29 13:10:25 -07:00
typeahead.ts docs: make all examples compatible with strict mode (#41999) 2021-05-17 10:42:18 -07:00