Alan Agius
207358afb8
feat(@angular-devkit/schematics): add runSchematic
and runExternalSchematic
methods
...
These async methods are a replacement for the Observable based `runSchematicAsync` and `runExternalSchematicAsync` methods.
DEPRECATED:
The Observable based `SchematicTestRunner.runSchematicAsync` and `SchematicTestRunner.runExternalSchematicAsync` method have been deprecated in favor of the Promise based `SchematicTestRunner.runSchematic` and `SchematicTestRunner.runExternalSchematic`.
2022-12-08 14:49:43 -08:00
Alan Agius
e995bdad32
fix(@schematics/angular): prevent numbers from class names
...
With this change we prevent creating classes with invalid characters.
Closes #12868
2022-07-21 19:18:48 -04:00
Sam Bulatov
1b9577af4a
fix(@schematics/angular): add "type" option in enum schematic
...
closes : #20667
2021-05-03 10:43:07 -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
5a7b823b28
test: remove use of deprecated synchronous test helper runSchematic
2019-08-08 08:27:31 -07:00
Charles Lyding
ca1ecb027d
test(@schematics/angular): ensure application schematic is run async
2019-04-16 11:23:48 -07:00
Charles Lyding
bc6fcd53ad
refactor(@schematics/angular): update enum to use new workspace rules
2019-04-15 11:02:46 -07:00
Alan
4718de4dae
feat(@schematics/angular): only support known style extentions
...
Fixes #13149
2019-01-18 11:56:19 -08:00
Alan Agius
e18b912aa7
test: use toContain
instead of indexOf
2018-11-14 12:34:49 -08:00
Filipe Silva
9720077a4b
build: make resolution logic compatible with Bazel
2018-08-22 16:36:10 -07:00
Hans Larsen
44086c60ff
build: move devkit repo back to angular-cli
2018-06-05 18:50:06 -07:00