Commit Graph

3 Commits

Author SHA1 Message Date
Alex Eagle 40315bef3d fix(compiler-cli): enableResourceInlining handles both styles and styleUrls ()
When both are present, the inlined styles are appended to the end of the styles

PR Close 
2018-03-11 22:14:32 -07:00
Alex Eagle 123efba388 fix(compiler-cli): resolve resource URLs before loading them under enableResourceInlining ()
Also turn on the feature for Bazel ng_module rules

PR Close 
2018-03-11 22:14:31 -07:00
Alex Eagle b5be18f405 feat(compiler-cli): add resource inlining to ngc ()
When angularCompilerOptions { enableResourceInlining: true }, we replace all templateUrl and styleUrls properties in @Component with template/styles

PR Close 
2018-03-09 09:15:12 -08:00