Matthieu Riegler
af77b89e2a
ci: reformat files
...
This is after we've slightly changed a rule in #66056
2025-12-16 09:24:36 -08:00
Matthieu Riegler
9d1d742f1b
build: enable angular formatting on all html files
...
This should also be safe on any html file that isn't an angular template
2025-12-08 10:19:45 -08:00
Aristeidis Bampakos
73295b1087
docs: use the new format for the X account
2025-11-17 08:22:19 -08: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
Andrew Kushnir
13c819bad2
test(core): remove obsolete integration tests ( #60594 )
...
This commit removes a number of obsolete integration tests and also removes some e2e tests for a few remianing apps, since they are not adding value, but cause extra time to spend on CI.
PR Close #60594
2025-03-31 16:39:14 +00:00
Matthieu Riegler
e85021a7ba
build: Migrate all integration tests with the schematic. ( #58160 )
...
All components, directives and pipes will now use standalone as default. Non-standalone decorators have now .
PR Close #58160
2024-10-14 14:58:58 +00:00
Joey Perrott
894c1c5f10
refactor: apply prettier formatting to integration ( #54653 )
...
Apply prettier formatting to integration directories
PR Close #54653
2024-04-02 20:42:04 +00:00
Mateusz Daniluk
de777afbc5
refactor: standardize doctype declaration to <!DOCTYPE html> ( #51052 )
...
This commit standardizes the doctype declaration across all HTML files in the project to use `<!DOCTYPE html>`
PR Close #51052
2024-02-01 19:29:46 +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
cexbrayat
7ba5dc87ed
refactor(core): remove test.ts files in integration tests ( #52109 )
...
These files are not necessary since CLI v15+
PR Close #52109
2023-10-18 11:52:55 -07:00
Kristiyan Kostadinov
43e6fb0606
feat(core): enable block syntax ( #51994 )
...
Enables the new `@` block syntax by default by removing the `enabledBlockTypes` flags. There are still some internal flags that allow special use cases to opt out of the block syntax, like during XML parsing and when compiling older libraries (see #51979 ).
PR Close #51994
2023-10-03 15:26:05 -07:00
Matthieu Riegler
aebf1158f6
ci: Remove environment files and EnableProdMode on integration tests ( #49746 )
...
Since v15, prod mode is handled by the CLI with the `optimization` flag. We can remove the environement files and `enableProdMode` when the tests use the CLI.
PR Close #49746
2023-04-14 14:13:33 +00:00
Matthieu Riegler
279e7d4465
refactor: cleanup polyfills by importing zone.js directly in angular.json ( #48380 )
...
Since v15, polyfills can be passed directly into angular.json. Let's use this opportunity to reduce the number of unecessary files.
PR Close #48380
2022-12-13 13:37:08 -08:00
Alan Agius
249384b00c
build: update Angular tooling packages to 15.0.0-next.3 ( #47584 )
...
- This update is needed to implement the changes in `ng add localize` https://github.com/angular/angular/pull/47569
- Add missing `root` options to all `angular.json`, this is required as otherwise the angular.json validation will fail.
- Remove `require.context` from test.ts integration test, as this is no longer needed.
- Update payloads golden files.
PR Close #47584
2022-09-30 10:53:04 -07:00
Sagar Pandita
c1a93fcf32
docs: remove augury resource ( #41107 )
...
Partially addresses #41030 .
PR Close #41107
2021-03-08 10:00:13 -08:00
Alan Agius
c362205882
build: update test to use new zone.js entry-points ( #40823 )
...
In CLI version 12, the old style of imports is no longer supported.
PR Close #40823
2021-02-24 07:58:29 -08:00
Andrew Kushnir
8fd25d9614
docs: remove IE10 references from comments in the code ( #39090 )
...
PR Close #39090
2020-10-13 15:51:49 -07: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
George Kalpakas
a8e936791b
build(docs-infra): update project structure to cli@9 2/12 (fixture.debugElement.componentInstance) ( #36015 )
...
`fixture.debugElement.componentInstance` --> `fixture.componentInstance`
PR Close #36015
2020-03-18 10:00:01 -07:00
Filipe Silva
fbf6ec8813
test: update integration/cli-hello-world project structure ( #33175 )
...
PR Close #33175
2019-10-21 15:54:06 -04:00
JiaLiPassion
53d13c3fc6
refactor: rename unpatched event flag in Zone from BLACK_LISTED_EVENTS to UNPATCHED_EVENTS ( #29617 )
...
Closes #28529
PR Close #29617
2019-10-04 08:44:58 -07:00
George Kalpakas
94e305f48e
build: upgrade cli-hello-world[-ivy] integration projects to @angular/cli@7.2.1 ( #27697 )
...
PR Close #27697
2019-01-22 12:02:10 -08:00
Olivier Combe
8062f7de9e
test: add i18n to cli-hello-world integration test ( #23527 )
...
PR Close #23527
2018-04-27 07:24:35 -07:00
Igor Minar
dae4689b1c
test: upgrade cli-hello-world to cli 6.0.0-rc.0 ( #23149 )
...
PR Close #23149
2018-04-04 17:47:47 -07:00
Alex Eagle
08aa54e1d9
ci: Add back the CLI integration test with pinning ( #21555 )
...
The CLI app is now checked in, rather than generated dynamically with
`ng new`. This loses some assertion power, but gains hermeticity.
It also checks in lock files for all integration tests, avoiding
floating version numbers.
We'll need another place to integration test between changes in
the various repositories - but the angular/angular PR-blocking status
is not the right place to do this.
PR Close #21555
2018-01-25 22:18:55 -08:00