angular/packages/core/test/util
Matthieu Riegler daaf0fd2f6 refactor(core): Remove isObservable() in favor isSubscribable(). (#49295)
The private util `isObservable` was actually just testing the same thing as`isSubscribable()`. As the implementation is closer to the function's name, let's only keep ``isSubscribable`.

PR Close #49295
2023-03-08 17:58:19 +00:00
..
array_utils_spec.ts refactor(core): remove several private utils and APIs (#48357) 2022-12-05 14:35:08 -08:00
coercion_spec.ts fix(core): input coercion (#42803) 2022-02-07 10:52:59 -08:00
comparison.ts refactor(core): remove duplicated code in change_detection_util (#45599) 2022-04-12 22:26:09 +00:00
decorators_spec.ts refactor(core): remove unused logic from reflection capabilities (#45335) 2022-03-24 11:02:39 -07:00
dom_spec.ts fix(core): fix possible XSS attack in development through SSR (#40525) 2021-01-26 09:32:27 -08:00
global_spec.ts refactor(core): remove custom globalThis (#40123) 2020-12-17 11:43:28 -08:00
iterable.ts refactor(core): Drop Symbol.iterator shim (#49207) 2023-02-28 10:05:41 -08:00
lang_spec.ts refactor(core): Remove isObservable() in favor isSubscribable(). (#49295) 2023-03-08 17:58:19 +00:00
stringify_spec.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00