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
076ab0f11f
refactor: add correct schema keys
...
With this change
- We replace `id` with `$id`, this no longer valid in draft-07.
- Replace all `$schemas` to `http://json-schema.org/draft-07/schema `, this is needed to "pin" the schema to `draft-07`.
More information about `draft-07` can be found https://json-schema.org/draft-07/json-schema-release-notes.html
2021-04-13 10:51:12 -04:00
Charles Lyding
588d61e608
refactor(@angular-devkit/architect): remove temporary index2 entrypoint
2019-04-04 19:49:56 -07:00
Hans Larsen
0003adf757
refactor: builders can return non-observable output
2019-03-06 10:05:31 -08:00
Alan Agius
ae13974f1d
build: update to rxjs 6.4
2019-02-26 08:33:48 -08:00
Hans Larsen
685d4d0c6c
feat(@angular-devkit/architect): add generic architect builders
...
Four builders were added;
- true, always succeed
- false, always fails
- concat, runs all targets or builders in succession
- allOf, runs all targets or builders in parallel
2019-02-19 13:51:29 -08:00