angular/packages/core/src/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
..
security fix(core): address Trusted Types bug in Chrome 83 (#40815) 2021-02-12 16:59:58 -08:00
array_utils.ts refactor(core): simplify array flatten logic (#48358) 2022-12-06 12:48:41 -08:00
assert.ts ci: add lint error for files with missing trailing new-line (#42478) 2021-06-04 13:31:03 -07:00
BUILD.bazel build(bazel): add bazel targets for aio doc generation 2022-11-22 13:51:16 -07:00
char_code.ts refactor(core): remove unused i18n placeholder for projection (#39172) 2020-10-27 10:39:37 -07:00
closure.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
coercion.ts fix(core): input coercion (#42803) 2022-02-07 10:52:59 -08:00
comparison.ts refactor(core): remove looseIdentical in favor of built-in Object.is (#37191) 2020-06-01 17:19:17 -04:00
decorators.ts feat(core): support TypeScript 4.3 (#42022) 2021-06-04 11:17:09 -07:00
dom.ts ci: add lint error for files with missing trailing new-line (#42478) 2021-06-04 13:31:03 -07:00
empty.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
errors.ts refactor(core): remove unused error handler logic (#46216) 2022-06-02 13:40:16 -07:00
global.ts refactor(core): cleanup type any (#48623) 2023-01-04 12:15:16 -08:00
is_dev_mode.ts fix(core): correctly check for typeof of undefined in ngDevMode check (#47480) 2022-09-23 14:00:46 -07:00
iterable.ts refactor(core): Drop Symbol.iterator shim (#49207) 2023-02-28 10:05:41 -08:00
lang.ts refactor(core): Remove isObservable() in favor isSubscribable(). (#49295) 2023-03-08 17:58:19 +00:00
microtask.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ng_dev_mode.ts refactor(core): hydration logic for simple element and text nodes (#49285) 2023-03-06 19:43:41 +00:00
ng_i18n_closure_mode.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ng_jit_mode.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
ng_reflect.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
noop.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
property.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
raf.ts feat(core): support TypeScript 4.7 (#45749) 2022-04-29 12:19:45 -04:00
stringify.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00