Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope ( #16069 )
2023-04-14 19:56:37 -04:00
Colum Ferry
066c3b1e71
fix(angular): unit test runner none should skip tests ( #14916 )
2023-02-10 16:15:33 +00:00
Jack Hsu
d7536aa7e3
feat(core): clean up workspace configuration code
2023-01-23 19:35:15 -05:00
Victor Savkin
fe062f42c3
fix(core): deduce layout directory
2022-11-29 16:08:57 -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
Leosvel Pérez Espinosa
0e21fa0368
fix(angular): normalize project name and don't default to npmScope as prefix when it's not a valid html selector ( #10116 )
2022-05-03 16:16:30 +01:00
Colum Ferry
56aa346354
fix(angular): mf generators failed with directory ( #9922 )
2022-04-21 12:21:21 +01:00
Leosvel Pérez Espinosa
081ff42955
fix(angular): handle newProjectRoot correctly when generating apps and libs ( #9255 )
2022-03-10 13:09:04 +00:00
Mateo Tibaquirá
d6410162a0
fix(angular): remove numbers from the project name ( #6646 )
...
* fix(angular): remove numbers after dashes
* fix(angular): correctly handle empty libsDir
* feat(angular): validate apps with empty appsDir
* feat(angular): validate libs with empty libsDir
* fix(angular): revert change to createTreeWithEmptyWorkspace
2021-12-06 09:45:46 +00:00
Jack Hsu
8686e919fb
fix(core): update generator logic so empty strings ("") for appsDir and libsDir work properly ( #7508 )
2021-10-25 12:01:53 -04:00
Craigory Coppola
bdcbac4445
feat(core): standalone project configuration is default ( #7351 )
...
* feat(core): standalone project configuration is default
* chore(core): changes to e2e tests
* fix(core): intuit projects when inside their directories when using project.json files
* chore(core): e2e changes
* fix(core): standalone configurations work with npm-project generator
* chore(core): e2e tests should use standalone configurations
* chore(core): e2e fixes per review
2021-10-16 00:07:12 +02:00
Jason Jean
c13c02d27e
fix(angular): fix angular projects not being standalone when all other projects are standalone ( #6641 )
2021-08-06 20:48:35 -04:00
Colum Ferry
96293b02cb
cleanup(angular): refactor angular application generator ( #6036 )
...
Refactor Angular Application Schematic to Generator using Nx Devkit
2021-06-18 15:39:05 +01:00