angular/packages/core
Andrew Scott e9a0c86766 fix(core): TestBed should not override NgZone from initTestEnvironment (#55226)
Prior to this change, `NgZone` was provided by default in TestBed in a
location that would override anything configured in
`TestBed.initTestEnvironment`. This change moves the default `NgZone`
provider to the `RootScopeModule` and these providers can be overridden
by the ones in `additionalModuleTypes`, which are assigned from the
first argument of `initTestEnvironment`. This makes it possible to
configure Zone globally for all tests as opposed to needing to repeat it
in `configureTestingModule` of each suite.

PR Close #55226
2024-04-08 11:28:07 -07:00
..
global docs(docs-infra): Add missing API entries to ADEV (#54530) 2024-02-21 16:41:33 +00:00
primitives refactor(core): remove unnecessary folder (#55197) 2024-04-03 18:08:15 +00:00
reference-manifests build: add target to generate api manifest (#52472) 2023-11-02 11:00:59 -07:00
rxjs-interop docs(core): fix toSignal docs (#54964) 2024-03-28 13:06:43 -07:00
schematics fix(migrations): avoid conflicts with some greek letters in control flow migration (#55113) 2024-03-29 13:10:52 -07:00
src refactor(core): No need for zone.root.run in zoneless scheduler (#55230) 2024-04-08 11:27:05 -07:00
test refactor(core): treat embedded views attached to AppRef as transplants (#55154) 2024-04-05 10:56:28 -07:00
testing fix(core): TestBed should not override NgZone from initTestEnvironment (#55226) 2024-04-08 11:28:07 -07:00
BUILD.bazel test: replace fake_core with real @angular/core output (#54650) 2024-03-06 12:34:38 +01:00
index.ts refactor(core): made comment structure consistent in index.ts (#43684) 2021-10-21 18:39:58 +00: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
public_api.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00