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
Alex Rickabaugh
0a69a2832b
style(compiler-cli): reformat of codebase with new clang-format version ( #36520 )
...
This commit reformats the packages/compiler-cli tree using the new version
of clang-format.
PR Close #36520
2020-04-08 14:51:08 -07:00
Alex Eagle
40315bef3d
fix(compiler-cli): enableResourceInlining handles both styles and styleUrls ( #22688 )
...
When both are present, the inlined styles are appended to the end of the styles
PR Close #22688
2018-03-11 22:14:32 -07:00
Alex Eagle
123efba388
fix(compiler-cli): resolve resource URLs before loading them under enableResourceInlining ( #22688 )
...
Also turn on the feature for Bazel ng_module rules
PR Close #22688
2018-03-11 22:14:31 -07:00
Alex Eagle
b5be18f405
feat(compiler-cli): add resource inlining to ngc ( #22615 )
...
When angularCompilerOptions { enableResourceInlining: true }, we replace all templateUrl and styleUrls properties in @Component with template/styles
PR Close #22615
2018-03-09 09:15:12 -08:00