angular/devtools/projects
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
..
demo-no-zone build: replace bazel devserver with shared dev-infra implementation (#45452) 2022-03-28 09:23:28 -07:00
demo-standalone refactor(devtools): run control flow migration. (#53353) 2023-12-05 17:20:09 -08:00
ng-devtools build: update rxjs build version to v7 (#53500) 2023-12-18 16:25:37 +00:00
ng-devtools-backend refactor(devtools): enables typescript strict option (#53340) 2023-12-05 12:42:56 -08:00
protocol refactor(devtools): enables typescript strict option (#53340) 2023-12-05 12:42:56 -08:00
shared-utils refactor(devtools): enables typescript strict option (#53340) 2023-12-05 12:42:56 -08:00
shell-browser refactor(devtools): enables typescript strict option (#53340) 2023-12-05 12:42:56 -08:00