angular/modules/benchmarks/src/expanding_rows
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
..
benchmark.ts build: support building with TypeScript 4.1 (#39571) 2020-11-25 11:10:01 -08:00
benchmark_module.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
benchmarkable_expanding_row.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
benchmarkable_expanding_row_module.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
BUILD.bazel refactor(compiler): drop obsolete NgFactory and NgSummary config options (#48268) 2023-02-21 13:03:59 -08:00
expanding_row.ts build: remove usage of blacklist in benchmark tooling (#38926) 2020-09-28 16:20:39 -04:00
expanding_row_css.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
expanding_row_details_caption.ts build: update rxjs build version to v7 (#53500) 2023-12-18 16:25:37 +00:00
expanding_row_details_content.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
expanding_row_host.ts build: remove usage of blacklist in benchmark tooling (#38926) 2020-09-28 16:20:39 -04:00
expanding_row_module.ts build: remove usage of blacklist in benchmark tooling (#38926) 2020-09-28 16:20:39 -04:00
expanding_row_summary.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
expanding_row_toggle_event.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
expanding_row_uncollapsible.ts build: remove usage of blacklist in benchmark tooling (#38926) 2020-09-28 16:20:39 -04:00
expanding_rows.perf-spec.ts build: update dev-infra packages and account for build-tooling split from ng-dev (#46976) 2022-08-02 09:37:37 -07:00
index.html refactor: make benchmarking syncing easier and add comments for future insight (#48521) 2022-12-19 19:50:45 +00:00
index_aot.ts refactor(core): drop all .ngfactory and .ngsummary imports (#44957) 2022-02-07 15:31:49 -08:00