Jack Hsu
|
b124b97c36
|
feat(testing): add static serve target for e2e tests in CI (#15808)
|
2023-03-22 18:53:02 +00:00 |
|
Colum Ferry
|
939f2be750
|
cleanup(angular): remove duplicated v14 code for application (#15821)
|
2023-03-22 14:37:00 +00:00 |
|
Colum Ferry
|
44478fb57e
|
cleanup(angular): add warning to schematic usage of generators (#15815)
|
2023-03-22 11:34:44 +00:00 |
|
Leosvel Pérez Espinosa
|
fa8ede1b4b
|
cleanup(angular): add unit tests coverage for generating a minimal application (#15693)
|
2023-03-20 16:00:37 +00:00 |
|
Leosvel Pérez Espinosa
|
e9b5181696
|
cleanup(angular): remove tsconfig.spec.json handling from application generator (#15731)
|
2023-03-20 10:56:23 -04:00 |
|
Leosvel Pérez Espinosa
|
a91513d961
|
fix(angular): do not set angularCompilerOptions in e2e tsconfig when generating an app (#15729)
|
2023-03-20 09:43:27 +00:00 |
|
Colum Ferry
|
d1d69e230c
|
cleanup(angular): replace usage of wrapAngularDevkitSchematics for application (#15698)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
|
2023-03-17 08:34:15 +00:00 |
|
Colum Ferry
|
7812f41994
|
feat(angular): remove protractor (#15627)
|
2023-03-16 12:38:04 -04:00 |
|
Martin Kapal
|
a491b3522f
|
feat(misc): add a link to Nx Console for IntelliJ on React & Angular Nx welcome page (#15617)
|
2023-03-14 15:56:30 +00:00 |
|
Leosvel Pérez Espinosa
|
3670f20fdb
|
cleanup(angular): fix unit tests setup so peer deps are not installed with ensurePackage (#15560)
|
2023-03-09 15:18:04 +00:00 |
|
Colum Ferry
|
2ab66dd410
|
cleanup(angular): remove karma generation support (#15419)
|
2023-03-09 11:28:31 +00:00 |
|
Colum Ferry
|
98001cc489
|
cleanup(core): move ast utils to js (#15540)
|
2023-03-08 18:30:29 -05:00 |
|
Colum Ferry
|
14dd8e1e27
|
feat(angular): move replaceAppNameWithPath to Angular (#15493)
Co-authored-by: Michael Ziluck <michael@ziluck.com>
|
2023-03-08 18:28:14 -05:00 |
|
Leosvel Pérez Espinosa
|
02a450e3bb
|
fix(core): ensure correct $schema path is generated when adding project configuration (#15463)
|
2023-03-06 14:46:26 +00:00 |
|
Jason Jean
|
3d4f590c07
|
fix(core): do not add typescript in new empty repos (#15163)
Co-authored-by: Emily Xiong <xiongemi@gmail.com>
|
2023-02-27 12:08:36 -05:00 |
|
Jason Jean
|
fa6e8ea987
|
fix(js): refactor ensurePackage (#15074)
|
2023-02-22 18:47:40 -05:00 |
|
Colum Ferry
|
1e6a4f8e65
|
feat(angular): prompt users for standalone components in application (#14987)
|
2023-02-17 20:44:10 +00:00 |
|
Emily Xiong
|
a97212b601
|
feat(core): move tsconfig.base.json to @nrwl/js:init (#14467)
|
2023-02-16 11:17:30 -05:00 |
|
Emily Xiong
|
032efc2cfb
|
fix(angular): ensure peer deps are installed when initializing the plugin (#14906)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
|
2023-02-14 11:07:51 -05:00 |
|
Colum Ferry
|
066c3b1e71
|
fix(angular): unit test runner none should skip tests (#14916)
|
2023-02-10 16:15:33 +00:00 |
|
Dirko Odendaal
|
ee909cf7a5
|
feat(misc): conditionally allow starter template inclusion (#14268)
Co-authored-by: Colum Ferry <cferry09@gmail.com>
|
2023-01-27 15:07:07 +00:00 |
|
Juri Strumpflohner
|
df26a29316
|
docs(nx-dev): fix Youtube link (#14605)
|
2023-01-25 10:48:04 -05:00 |
|
Jack Hsu
|
d7536aa7e3
|
feat(core): clean up workspace configuration code
|
2023-01-23 19:35:15 -05:00 |
|
Daniel Schuba
|
41a9bc18fd
|
feat(misc): move ci options to configuration (#14215)
CLOSED https://github.com/nrwl/nx/issues/12045
Fixes https://github.com/nrwl/nx/issues/12045
|
2023-01-23 08:42:21 -06:00 |
|
Colum Ferry
|
b076f0380a
|
fix(angular): ngrx attaching to route and non-standalone apis for 14 (#14489)
Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
|
2023-01-20 12:50:06 +00:00 |
|
Colum Ferry
|
6330d9ec97
|
fix(angular): karma setup should be generated correctly for v14 (#14459)
|
2023-01-20 10:06:36 +00:00 |
|
Colum Ferry
|
a22bd54f3f
|
feat(angular): add priority flags to generators (#14299)
|
2023-01-16 12:19:33 +00:00 |
|
Colum Ferry
|
3041b0a227
|
fix(angular): correctly error application when standalone is used in Angular < 14.1.0 (#14338)
|
2023-01-13 20:04:47 +01:00 |
|
Leosvel Pérez Espinosa
|
6579879218
|
feat(angular): add backwards compat support for package and ng-packagr-lite executors (#14264)
|
2023-01-11 11:39:27 +01:00 |
|
Colum Ferry
|
5970246b51
|
feat(angular): add backwards compat support for library (#14249)
|
2023-01-10 16:20:26 +00:00 |
|
Victor Savkin
|
422c8c735a
|
cleanup(core): clearly split nx.json config and projects config
|
2023-01-05 15:35:36 -05:00 |
|
Victor Savkin
|
82fbb98e7d
|
feat(misc): dont generate defaultProject for non standalone workspaces
|
2022-12-21 09:15:26 -05:00 |
|
Victor Savkin
|
34d861d234
|
fix(testing): preserve the old coverage layout
|
2022-12-11 14:47:16 -05:00 |
|
Victor Savkin
|
40b39b2e64
|
fix(core): remove leading ./ when normalizing root project outputs
|
2022-12-10 15:53:25 -05:00 |
|
Jason Jean
|
61d7d74378
|
fix(misc): fix tsconfig file includes
|
2022-12-05 10:39:03 -05:00 |
|
Victor Savkin
|
91c19f5c0a
|
feat(misc): do not generate tsconfig.base.json for simple standalone … (#13605)
|
2022-12-05 10:07:01 -05:00 |
|
Colum Ferry
|
3180427b8a
|
feat(angular): support angular 14 with application (#13575)
|
2022-12-02 12:14:12 +00:00 |
|
Miroslav Jonaš
|
22e70d614e
|
fix(angular): fix root-project support for Angular (#13534)
|
2022-12-01 15:14:08 +01:00 |
|
Caleb Ukle
|
74bd0bb00c
|
feat(testing): support root project generation for jest (#13353)
Co-authored-by: Miroslav Jonas <missing.manual@gmail.com>
|
2022-11-29 17:03:19 -05:00 |
|
Victor Savkin
|
fe062f42c3
|
fix(core): deduce layout directory
|
2022-11-29 16:08:57 -05:00 |
|
Zachary DeRose
|
7ce763317a
|
docs(angular): refresh the tutorial
|
2022-11-23 19:21:20 -05:00 |
|
Victor Savkin
|
16fd4374d6
|
feat(misc): derive workspace layout dynamically
|
2022-11-23 15:45:13 -05:00 |
|
Leosvel Pérez Espinosa
|
70e43cdc77
|
feat(angular): add a preset to generate a workspace with a single app at the root
|
2022-11-21 11:17:03 -05:00 |
|
Colum Ferry
|
b084dddff0
|
feat(angular): support for Angular 15 (#12112)
|
2022-11-17 09:31:45 -05:00 |
|
Shlomi Levi
|
e7ebab881a
|
fix(angular): rename withNonEnabledBlockingInitialNavigation to withEnabledBlockingInitialNavigation (#12633)
|
2022-10-17 09:12:15 +01:00 |
|
Jason Jean
|
834e2db7cb
|
feat(core): prefix outputs and warn on non-prefixed outputs (#12470)
|
2022-10-11 21:54:25 +00:00 |
|
Colum Ferry
|
80a623ed4a
|
fix(angular): do not use ngcc for new workspaces and projects #12386 (#12504)
|
2022-10-11 10:29:01 +01:00 |
|
Katerina Skroumpelou
|
e048fe7f7a
|
docs(angular): some generator examples (#12505)
|
2022-10-11 12:25:14 +03:00 |
|
Colum Ferry
|
0858bcf08a
|
feat(angular): use provideRouter for standalone apps (#12012)
|
2022-09-29 10:29:01 +01:00 |
|
Colum Ferry
|
6125dc011b
|
fix(angular): broken test (#12286)
|
2022-09-28 16:35:30 +01:00 |
|