Alan Agius
bd840b2ea5
fix(@schematics/angular): improve cli migration name and description ( #16093 )
2019-11-07 16:41:56 -08:00
Charles Lyding
77714cc630
fix(@schematics/angular): disable i18n migrations
2019-10-30 12:00:18 -07:00
Alan Agius
750baf92d6
feat(@schematics/angular): add migration to add new i18n options for Ivy
...
This migration will update current projects by adding the `i18n` project level option and add `localize` option in the server and browser builder configurations when both `i18nLocale` and `i18nFile` are defined.
2019-10-14 09:55:49 -07:00
Alan Agius
8ea892cb7e
feat(@schematics/angular): enable scripts optimization for server bundle
...
The optimizations are suggested to;
1) disables ngDevMode via terser
2) helps with cold server starts the same way as client by lowering JS parse times
2019-09-23 10:38:48 -07:00
Alan
f4691a545a
feat(@schematics/angular): add migration to enable AOT by default
...
With this change we enable the AOT option for the browser builder when an application will use Ivy as rendering engine.
2019-08-30 00:08:52 +05:30
Charles Lyding
5a7b823b28
test: remove use of deprecated synchronous test helper runSchematic
2019-08-08 08:27:31 -07:00
Alan Agius
15ef15e94a
style: remove redundant max-line-length
disables and fix other lint issues
2019-07-24 19:06:21 -07:00
Alan Agius
19b120947d
feat(@schematics/angular): add migration to add anyComponentStyle
bundle budget
2019-07-24 19:05:00 -07:00
Alan
040e3ea789
feat(@schematics/angular): add migration from lazy
option to inject
2019-07-02 11:05:51 -07:00