Shuaib Hasan Akib
61624fde3f
refactor(common): update NgIf, ngComponentOutlet and ngTemplateOutlet examples and remove redundant standalone flag ( #64155 )
...
Removed `standalone: true` since it is now the default
and no longer necessary.
refactor(common): update ngComponentOutlet and ngTemplateOutlet examples and remove redundant standalone flag
Removed `standalone: true` since it is now the default
and no longer necessary.
PR Close #64155
2025-10-01 13:22:44 -04: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
hyperlife1119
29d358170b
feat(common): add component input binding support for NgComponentOutlet ( #51148 )
...
This commit add component input binding support for NgComponentOutlet.
PR Close #51148
2023-07-25 09:16:19 -07:00
Alex Rickabaugh
55d6147d29
Revert "feat(common): add component input binding support for NgComponentOutlet ( #49735 )"
...
This reverts commit f3867597f0 . This PR has
property renaming bugs in g3.
2023-06-08 10:32:49 -07:00
hyperlife1119
f3867597f0
feat(common): add component input binding support for NgComponentOutlet ( #49735 )
...
This commit add component input binding support for NgComponentOutlet.
PR Close #49735
2023-06-08 10:00:34 -07:00
Matthieu Riegler
a270caa259
docs: ngComponentOutlet doc with projected template ( #50173 )
...
Give an example of projected content by a component outlet with ng-templates
PR Close #50173
2023-05-19 16:35:48 +00:00
Kristiyan Kostadinov
359103274b
test: clean up more entryComponents usages ( #44561 )
...
Cleans up some more tests that were using `entryComponents`.
PR Close #44561
2022-01-06 18:36:22 +00:00
Andrew Kushnir
b31973c176
test: remove Ivy/ViewEngine switch helpers and obsolete tests ( #44120 )
...
This commit removes special functions that were used to run tests in ViewEngine or Ivy only.
Since ViewEngine is deprecated and we no longer run ViewEngine tests on CI, we can cleanup
those special helpers and ViewEngine-only tests.
PR Close #44120
2021-11-24 19:42:39 +00: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
Stephen Cooper
0dcff40ec2
docs: correct component names in NgComponentOutlet examples ( #33068 )
...
PR Close #33068
2019-10-10 15:29:07 -07:00
Pawel Kozlowski
04cf4ef0c7
test(ivy): remove ngComponentOutlet example with a lazy-loaded NgModule ( #29094 )
...
PR Close #29094
2019-03-04 14:41:55 -08:00
Kristiyan Kostadinov
d4add5428b
test(ivy): root cause analysis for e2e tests in common ( #28506 )
...
Adds root causes to the e2e test failures in `common`.
This PR resolves FW-1011.
PR Close #28506
2019-02-05 23:31:51 -05: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
kwiateusz
657cf733a2
docs: ngComponentOutlet doc updated with new Injector creation ( #27291 )
...
PR Close #27291
2019-01-14 10:36:02 -08:00
Oussama Ben Brahim
f1a063298e
feat(core): set preserveWhitespaces to false by default ( #22046 )
...
Fixes #22027
PR Close #22046
2018-02-16 09:06:14 -08:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00