Joey Perrott
50c7e132b5
test: use zone from npm instead of the locally built package for integration tests ( #61947 )
...
Use zone from npm for integration tests
PR Close #61947
2025-06-06 15:20:11 -07:00
Matthieu Riegler
2b73b496e0
test: replace platform-browser-dynamic with platform-browser ( #61495 )
...
The former isn't needed anymore and is now deprecated.
PR Close #61495
2025-05-20 10:01:34 +00:00
Andrew Kushnir
8e3c40a0a4
refactor(core): drop unused deps for integration apps ( #60594 )
...
This commit drops unused deps from the `packages.json` files of various integration test apps.
PR Close #60594
2025-03-31 16:39:14 +00:00
Alan Agius
aeb3fe26cf
build: remove tslint and codelyzer deps from integration tests ( #55658 )
...
These are redundant.
PR Close #55658
2024-05-03 08:15:41 -07:00
Paul Gschwendtner
8a8b682d05
test: integration test for output() api ( #54650 )
...
Adds an integration test for `output()` and `outputFromObservable()`.
The test verifies the JIT transform as well.
PR Close #54650
2024-03-06 12:34:39 +01:00
Paul Gschwendtner
eba017f8c7
refactor(compiler-cli): add transform to support signal input in JIT ( #53808 )
...
This commit adds a transform for supporting input signals in JIT
environments. The transform will be wired up for Angular CLI
applications automatically. An integration test verifies that this fixes
unit testing with signal inputs.
The transform basically will take the signal input metadata and
transform it into `@Input` decorators that can provide static
information to the Angular JIT runtime when the directive/component
definition is compiled.
PR Close #53808
2024-01-10 12:21:05 +00:00
Paul Gschwendtner
7f5ae52c02
test: add integration test for signal inputs in CLI ( #53808 )
...
This commit introduces a new integration test to ensure signal inputs
work as expected for end uses in Angular CLI applications.
PR Close #53808
2024-01-10 12:21:05 +00:00