26 Commits

Author SHA1 Message Date
Jason Jean
bf206e578e
feat(misc): non conflicting init/add flow (#22791) 2024-04-15 16:45:08 -04:00
Leosvel Pérez Espinosa
a2167648f7
fix(angular): respect skipPackageJson correctly across generators (#22777) 2024-04-11 16:15:30 +02:00
Leosvel Pérez Espinosa
ab9c57994b
fix(angular): generate app server module setup correctly in setup-ssr generator (#21702) 2024-02-08 11:49:32 +01:00
Leosvel Pérez Espinosa
c9f75acc0e
fix(angular): update setup-ssr generator to support the outputPath object variant (#21385) 2024-01-29 15:31:50 +01:00
Leosvel Pérez Espinosa
626605ef97
chore(angular): skip formatting generated code when not needed in unit tests (#20819) 2023-12-18 11:05:44 -05:00
Leosvel Pérez Espinosa
25d6ec3a92
feat(angular): support angular v17 (#19689) 2023-11-07 15:45:42 -05:00
Craigory Coppola
05e7602a2c
feat(core): generate new workspaces without tasks runner options (#19483) 2023-10-11 14:22:26 -04:00
Leosvel Pérez Espinosa
b9eba9d72d
cleanup(angular): switch tests to use project name and root as-provided format by default (#18792) 2023-08-25 09:45:09 +01:00
Colum Ferry
b9ca7ce09f
feat(angular): add flag to include hydration when setting up ssr (#18675) 2023-08-17 07:59:15 -07:00
Leosvel Pérez Espinosa
f45aa076da
feat(angular): support angular v16 (#15592) 2023-05-03 11:02:07 -04:00
Leosvel Pérez Espinosa
ae89df9482
fix(angular): do not wrap bootstrap call when setting up ssr in workspaces with angular >= 15.2.0 (#16714) 2023-05-03 10:58:01 +01:00
Leosvel Pérez Espinosa
4be6f7401c
fix(angular): clean up ssr main.server.ts generation (#16699) 2023-05-02 16:19:56 +01:00
Jason Jean
2d195007b0
feat(core): switch packages to use the @nx scope (#16069) 2023-04-14 19:56:37 -04:00
Caleb Ukle
85b3315b34
chore(misc): update snapshots to latest format (#16276) 2023-04-14 11:29:06 -04:00
Jason Jean
4a55ee9a33
fix(js): run prettier with default options when theres no prettierrc (#15888) 2023-03-27 18:00:24 -04: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
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
b8fc0f87ba
feat(angular): install correct versions for setup-ssr (#14278) 2023-01-12 10:10:12 +00:00
Colum Ferry
26146690f3
fix(angular): cache server build (#13933) 2022-12-20 16:25:11 -05:00
Colum Ferry
fd1e478b80
fix(angular): use correct ready state for ssr bootstrap (#13437) 2022-11-28 12:32:51 +00:00
Colum Ferry
2471768ce1
feat(angular): add --ssr flag to remote generator (#13370) 2022-11-24 11:06:40 +00:00
Victor Savkin
16fd4374d6 feat(misc): derive workspace layout dynamically 2022-11-23 15:45:13 -05:00
Colum Ferry
b4fb074a09
fix(angular): should support filereplacements for apps that already have them (#13247) 2022-11-18 12:20:37 +00:00
Colum Ferry
b88dc35aa5
fix(angular): setup-ssr environments file replacements should be removed (#13244) 2022-11-18 11:37:28 +00:00
Craigory Coppola
2ebc4f421b
chore(angular): update snapshots to match expectation (#12577) 2022-10-13 17:16:55 +00:00
Colum Ferry
09e9110c80
feat(angular): add setup-ssr generator (#12233)
* feat(angular): add setup-ssr generator

* feat(angular): add template literals

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>

Co-authored-by: Leosvel Pérez Espinosa <leosvel.perez.espinosa@gmail.com>
2022-10-13 13:34:43 +01:00