7 Commits

Author SHA1 Message Date
Renovate Bot
4632a53b4c build: update angular packages 2020-06-26 11:23:21 +01:00
Alan Agius
1cd51e64c7 test: update tsconfigs for library tyesting project 2020-06-12 19:39:58 +02:00
Alan Agius
ade3f491fe fix(@schematics/angular): remove node typings from tsconfig.spec.json 2020-05-27 14:17:05 +02:00
Alan Agius
93e253bc93 refactor: rename tsconfig.json to tsconfig.base.json 2020-05-20 12:12:33 -07:00
Alan Agius
0fd3c550b5 feat(@schematics/angular): update compiler options target and module settings
With this change we update the target and module settings of various compilation units.

- We replace ES5 target in protractor. Protractor runs on Node.Js which support ES2018
- For applications we now use `ES2020` instead of `ESNext` as a module to avoid unexpected changes in behaviour

This changes also adds a migration to update existing projects and also removes `module` from the Universal tsconfig as per #17352 to enable lazy loading on the server.
2020-05-06 11:42:35 -07:00
Renovate Bot
d008cf2b83 build: update angular packages 2020-05-01 16:26:55 -07:00
Filipe Silva
bae240e090 test(@angular-devkit/build-ng-packagr): build and test with Bazel 2020-04-30 15:12:46 -07:00