Joey Perrott
ec03e462f3
refactor: migrate bazel, benchpress, elements and misc to prettier formatting ( #53995 )
...
Migrate formatting to prettier for bazel, benchpress, elements and misc from clang-format
PR Close #53995
2024-01-22 09:07:15 +01:00
Matthieu Riegler
291ba38623
fix(http): Don't override the backend when using the InMemoryWebAPI ( #52425 )
...
When using `withFetch`, the `PRIMARY_HTTP_BACKEND` token is set.
The InMemory Backend services will also set that token.
This means that providers order will matter and the latest on the list will be the one instantiated
PR Close #52425
2023-11-08 18:42:20 +00:00
Alex Rickabaugh
de802f0c1a
Revert "fix(http): Don't override the backend when using the InMemoryWebAPI ( #52425 )"
...
This reverts commit 49b037f811 . Reason: it
breaks tests in aio-local.
2023-10-31 16:16:16 -07:00
Matthieu Riegler
49b037f811
fix(http): Don't override the backend when using the InMemoryWebAPI ( #52425 )
...
When using `withFetch`, the `PRIMARY_HTTP_BACKEND` token is set.
The InMemory Backend services will also set that token.
This means that providers order will matter and the latest on the list will be the one instantiated
PR Close #52425
2023-10-31 13:17:19 -07:00
Paul Gschwendtner
b60df2aa6f
build: update angular-in-memory-web-api to work with ESM ( #48521 )
...
Properly imports `jasmine-ajax` instead of attempting to load
some CommonJS bundle as a bootstrap dependency in Karma.
PR Close #48521
2022-12-19 19:50:42 +00:00
JiaLiPassion
8fbf40bf40
feat(core): update reference and doc to change async to waitAsync. ( #37583 )
...
The last commit change `async` to `waitForAsync`.
This commit update all usages in the code and also update aio doc.
PR Close #37583
2020-08-03 12:54:13 -07:00
crisbeto
87a679b210
build: import in-memory-web-api project ( #37182 )
...
Moves the `angular-in-memory-web-api` project into the main repository in order to make it easier to maintain and release.
PR Close #37182
2020-06-15 14:28:37 -07:00