Filipe Silva
6e3d2e0c4d
feat(@ngtools/webpack): support Angular 8
...
This requires updating projects to TypeScript 3.3
2019-03-20 12:29:01 -07:00
WilliamKoza
d841b3771e
fix(@schematics/angular): change entry file name of the library schematic according to the kebab-case convention
2019-03-11 13:40:02 -07:00
Filipe Silva
643e83d054
feat(@schematics/angular): use esnext as the default TS module format
2019-03-06 11:29:34 -08:00
Alex Eagle
4e262f966f
build: Update to latest bazel rules
2019-03-06 11:27:48 -08:00
Charles Lyding
be5e2fbfe5
fix(@angular/cli): remove redundant typescript/compiler-cli compatibility check
...
Angular 5.0+ has a full peer dependencies setup (with 6.0+ also having a configurable runtime error check) to ensure that an appropriate version of typescript is available for compilation. Angular CLI 8.0+ does not support Angular versions prior to these and therefore the warning is redundant. For the case where the developer wishes to use an unsupported TypeScript version, the developer would need to adjust two similar but differently name settings in two different configuration files.
2019-02-20 10:36:52 -08:00
Alan Agius
a139243644
refactor: clean up library tsconfig
...
These properties are already defined in the root tsconfig
2019-02-14 20:58:59 +08:00
Logan Mzz
8a6e497687
fix(@schematics/angular): use baseUrl for default e2e test
...
replace usage of `'/'` for default end-to-end test by `browser.baseUrl`
to take into account any accesspath and rely on provided setting.
2019-01-30 11:39:44 -08:00
Alan Agius
6ae1752891
feat(@schematics/angular): remove annotateForClosureCompiler
in libraries tsconfig ( #13546 )
...
Users outside of Google don't usually need closure annotations.
We should also follow up with ng-packagr to remove tsickle from peerDependency and afterwards, we be able to remove tsickle from the added dependencies when running this schematic
2019-01-30 11:24:04 -08:00
Filipe Silva
5a847298e5
ci: use puppeteer
2019-01-14 12:57:13 -08:00
Charles Lyding
8d177e8789
feat(@angular-devkit/schematics): support calling a task by file path when using a FileSystemEngineHost
2019-01-14 12:52:27 -08:00
Hans
a3a657f7e7
feat(@angular-devkit/core): Jobs API added
...
See the README for more details about usage.
2018-12-14 10:55:04 -08:00
Jesús
83469c5387
style: update editorconfig website url ( #12923 )
2018-11-14 12:36:33 -08:00
Emmanuel Demey
62511a5209
fix(@schematics/angular): rename e2e PO utility function
2018-11-14 12:33:27 -08:00
Keen Yee Liau
a3b05a0283
build: Use fine-grained node_module deps
...
This commit updates the BUILD files to specify fine-grained node_module deps
by replacing "@typings" comments with actual @npm node module.
Moved tools/bazel.rc -> .bazelrc
Removed "jasmine" typings from base tsconfig.json
Added @bazel/karma to devDependencies, needed for `ts_web_test`
2018-10-31 20:56:27 -07:00
Alan Agius
f52f043e4f
docs: update descriptions
2018-10-24 13:11:55 -07:00
clydin
7e63dd791b
build: limit rxjs to 6.2.x due to a defect in 6.3.0 ( #12048 )
2018-08-30 15:33:31 -07:00
Eaton
03c4296c1b
docs: fix broken links to angular.io ( #11811 )
...
docs: fix broken links to angular.io
2018-08-23 13:54:32 -07:00
Filipe Silva
9720077a4b
build: make resolution logic compatible with Bazel
2018-08-22 16:36:10 -07:00
Filipe Silva
f08ec443ff
build: re-enable missing bazel tests
2018-08-22 16:36:10 -07:00
Alan Agius
718ee15b9a
refactor: remove flatModuleId
and flatModuleOutFile
from library tsconfig
...
The autogenerated fiellds are no longer required following this PR https://github.com/dherges/ng-packagr/pull/1024
This has been released in `ng-packagr` `v4.1.0`
2018-08-21 10:16:38 -07:00
Alan Agius
1caf708dca
feat(@angular-devkit/build-ng-packagr): update ng-packagr
to version 4
2018-07-25 22:54:22 +01:00
Filipe Silva
63b2b1148a
test(@angular-devkit/build-angular): use targets instead of architect property
2018-07-25 20:17:33 +01:00
Alan Agius
9295217ce9
fix(@angular-devkit/build-angular): fix duplicate lint messages when having multiple tsconfigs
...
Closes #11633
2018-07-24 12:48:05 +01:00
Charles Lyding
1080357683
fix(@schematics/angular): update protractor to 4.5 for new projects
...
Partially addresses #10963
2018-07-23 11:39:44 +01:00
Filipe Silva
d2984e0a15
test(@angular-devkit/build-angular): add failing app-shell + sw test
2018-07-20 21:21:19 +01:00
Hans
91e7c3eb96
test: remove unused test directory and remove @ from paths
2018-07-12 09:26:36 -07:00