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
Alan Agius
fd2dbb37ca
test(@angular-devkit/build-angular): clean up tests from ViewEngine code
2021-03-31 10:04:23 -06:00
Charles Lyding
8e5b83ba66
test(@angular-devkit/build-angular): avoid crashing during test failure in utility function
...
Previously, if a browser build failed using the `browserBuild` test utility function, the test utility would try to access properties that did not exist and would crash. This increased the complexity to debug failing tests. With the new behavior, the `browserBuild` test utility will return with an empty `files` object and the failed builder result.
2021-03-17 11:28:14 +01:00
Alan Agius
8d66912323
refactor(@angular-devkit/build-angular): remove deprecated lazyModules
option
...
BREAKING CHANGE:
Server and Browser builder `lazyModules` option has been removed without replacement.
2021-03-10 12:44:04 -06:00
Alan Agius
fc5d2b3ff2
test: remove tsconfig.base.json from test cases
2020-08-12 19:26:12 +01:00
Alan Agius
93e253bc93
refactor: rename tsconfig.json to tsconfig.base.json
2020-05-20 12:12:33 -07:00
Filipe Silva
ef7a07050a
test(@angular-devkit/build-angular): build and test with Bazel
2020-04-30 15:12:46 -07:00