6 Commits

Author SHA1 Message Date
Charles Lyding
c1512e4274 build: update files to be eslint compliant
All TypeScript files have been updated to pass the new eslint-based linting checks. eslint compatible disabling comments have also been added in place of the previous tslint comments.
2021-05-03 07:31:02 -04:00
Charles Lyding
37a06a7c37 build: format all files
All files are now formatted using the ng-dev tools via prettier.
2021-04-28 16:05:49 -07:00
Joey Perrott
003854257c build: migrate all file header to use Google LLC rather than Google Inc 2021-04-27 08:35:22 +02:00
Charles Lyding
86e4201d60 refactor(@schematics/angular): use new workspace helpers in update-server-main-file migration 2020-09-23 11:22:28 -05:00
Charles Lyding
2bbe082cf6 refactor(@schematics/angular): update vendored TypeScript to 3.8 2020-03-02 14:05:31 -08:00
Alan Agius
600e5d08b0 feat(@schematics/angular): add migration to add missing exports in main server file
Update the `main.server.ts` file by adding exports to `renderModule` and `renderModuleFactory` which are now required for Universal and App-Shell for Ivy and `bundleDependencies`.
2019-09-10 10:01:50 -07:00