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
Alan Agius
e63375ea39
fix(@angular-devkit/core): classify
string util should concat string without using a .
...
`.` is not a valid character in ES6 class names.
Prior to this change `foo.module` before used to be incorrectly classified to `Foo.Module` instead of `FooModule`.
Closes #13824
2022-07-21 19:18:48 -04:00
hien-pham
9cd8be69d6
test(@schematics/angular): add missing unit test for skipTests flag of component, class, directive, and pipe
2021-06-18 11:18:46 +01: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
Alan Agius
e92c46a3cf
refactor(@schematics/angular): remove deprecated spec
and styleext
options
...
BREAKING CHANGE:
Deprecated `styleext` and `spec` options have been removed. Use `style` and `skipTests` options instead.
2019-10-22 13:27:08 -07: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
d2fa2edb7a
refactor(@schematics/angular): update class 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