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
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
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
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
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00