Kristiyan Kostadinov
204265f9a3
build: switch examples away from protractor
...
Reworks the `examples` tests not to depend on Protractor.
2026-08-14 08:22:34 -07:00
Matthieu Riegler
6270bba056
ci: reformat files
...
This is after we've slightly changed a rule in #66056
2025-12-16 14:44:19 -08:00
Matthieu Riegler
e7608e503f
docs: update API examples to modern angular ( #61688 )
...
PR Close #61688
2025-05-29 17:53:28 -04:00
Matthieu Riegler
09df589e31
refactor(core): Migrate all packages with the explicit-standalone-flag schematic. ( #58160 )
...
All components, directives and pipes will now use standalone as default.
Non-standalone decorators have now `standalone: false`.
PR Close #58160
2024-10-14 14:58:57 +00:00
Joey Perrott
9dbe6fc18b
refactor: update license text to point to angular.dev ( #57901 )
...
Update license text to point to angular.dev instead of angular.io
PR Close #57901
2024-09-24 15:33:00 +02:00
Joey Perrott
c4b880a025
refactor: migrate docs, examples, private, service worker and upgrade to prettier formatting ( #54163 )
...
Migrate formatting to prettier for docs, examples, private, service worker and upgrade from clang-format
PR Close #54163
2024-01-30 20:08:40 +00:00
Etienne FRANK
cfd89b0833
docs(forms): replace fb with formBuilder ( #52261 )
...
Shorten variable names isn't a good practice. To avoid spreading it, we removed it from Angular's documentation.
PR Close #52261
2023-10-19 09:24:39 -07:00
iRealNirmal
a502279592
feat(forms): allow minLength/maxLength validator to be bound to null ( #42565 )
...
If the validator is bound to be `null` then no validation occurs and
attribute is not added to DOM.
For every validator type different PR will be raised as discussed in
https://github.com/angular/angular/pull/42378 .
Closes #42267 .
PR Close #42565
2021-07-21 22:35:59 +00:00
Pete Bacon Darwin
4a9f7daf37
docs: remove unused "docregions" ( #40479 )
...
This commit removes all the docregion tags in examples that are not
being referenced in any doc.
PR Close #40479
2021-01-20 16:12:15 -08:00
Joey Perrott
d1ea1f4c7f
build: update license headers to reference Google LLC ( #37205 )
...
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.
PR Close #37205
2020-05-26 14:26:58 -04:00
Joey Perrott
698b0288be
build: reformat repo to new clang@1.4.0 ( #36613 )
...
PR Close #36613
2020-04-14 12:08:36 -07:00
cexbrayat
bef27f2a28
docs(forms): use a number as input value for formControlName ( #30606 )
...
PR #29473 changed the docs to use a string as the input value of `formControlName`, as it used to only accept a string.
This has been changed, and `formControlName` now accepts a string or a number, so the example in the docs can use a binding as they used to.
PR Close #30606
2019-08-13 14:21:25 -07:00
Kara Erickson
753080133b
Revert "docs(forms): use a number as input value for formControlName ( #30606 )" ( #32088 )
...
This reverts commit bed680cff8 .
PR Close #32088
2019-08-09 17:29:27 -07:00
cexbrayat
bed680cff8
docs(forms): use a number as input value for formControlName ( #30606 )
...
PR #29473 changed the docs to use a string as the input value of `formControlName`, as it used to only accept a string.
This has been changed, and `formControlName` now accepts a string or a number, so the example in the docs can use a binding as they used to.
PR Close #30606
2019-08-09 10:39:23 -07:00
Piotr Tomiak
de996c6d56
docs(forms): properly convert number to string for formControlName input ( #29473 )
...
PR Close #29473
2019-05-09 11:27:48 -07:00
Marc Laval
25166d4f41
fix(ivy): support property values changed in ngOnChanges (forward rref case) ( #29054 )
...
PR Close #29054
2019-03-05 14:27:08 -08:00
Marc Laval
f7591f1302
test(ivy): add root cause for failing forms e2e tests ( #28620 )
...
PR Close #28620
2019-02-08 13:34:24 -08:00
Paul Gschwendtner
29513296fb
test: disable failing ivy example e2e tests ( #28402 )
...
PR Close #28402
2019-01-28 19:21:09 -08:00
Paul Gschwendtner
98e5af1480
build: switch example e2e tests to bazel ( #28402 )
...
* No longer builds the example e2e tests using "tsc". The examples are now built with Bazel and can therefore be built with Ivy by using the `--define=compile=aot` switch.
* No longer runs the example e2e tests using the protractor CLI. example e2e tests are executed with the Bazel protractor rule and can therefore run incrementally.
NOTE: Unit tests found within the examples are still running within the legacy jobs.
PR Close #28402
2019-01-28 19:21:09 -08:00
Lars Gyrup Brink Nielsen
e9e804fb02
feat(forms): add updateOn option to FormBuilder ( #24599 )
...
PR Close #24599
2018-11-01 15:31:11 -07:00
Brandon Roberts
80a74b450a
docs(forms): update form builder API reference ( #24693 )
...
PR Close #24693
2018-07-12 16:38:26 -04:00
Josep Sayol
9319b5f329
docs(common): update ngFor docs to new as syntax ( #15166 )
2017-03-22 17:18:22 -07:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00