angular/packages/common
Charles Lyding e149ebf228 build: update rxjs build version to v7 (#53500)
The version of rxjs used to build the repository has been updated to v7.
This required only minimal changes to the code. Most of which were type
related only due to more strict types in v7. The behavior in those cases
was left intact. The most common type related change was to handle the
possibility of `undefined` with `toPromise` which was always possible with
v6 but the types did not reflect the runtime behavior. The one change that
was not type related was to provide a parameter value to the `defaultIfEmpty`
operator. It no longer defaults to a value of `null` if no default is provided.
To provide the same behavior the value of `null` is now passed to the operator.

PR Close #53500
2023-12-18 16:25:37 +00:00
..
http build: update rxjs build version to v7 (#53500) 2023-12-18 16:25:37 +00:00
locales build: convert build/test scripts to use fast-glob (#53397) 2023-12-08 14:37:07 -08:00
src fix(common): remove load on image once it fails to load (#52990) 2023-11-20 08:58:06 -08:00
test refactor(common): Add fake implementation of PlatformNavigation. (#52363) 2023-11-09 18:01:33 +00:00
testing refactor(common): Add fake implementation of PlatformNavigation. (#52363) 2023-11-09 18:01:33 +00:00
upgrade build: add targets for api doc generation (#52034) 2023-10-10 16:18:50 -07:00
BUILD.bazel refactor(common): Add fake implementation of PlatformNavigation. (#52363) 2023-11-09 18:01:33 +00:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
package.json build: update node.js engines version to be more explicate about v20 support (#52448) 2023-10-31 14:18:36 -07:00
PACKAGE.md docs: add api doc to sub-packages (#33801) 2019-11-20 14:48:50 -08:00
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00