Leosvel Pérez Espinosa
37f02f7e6b
feat(angular): support angular 18.0.0 ( #22509 )
...
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #25284
2024-05-23 17:50:04 +02:00
Leosvel Pérez Espinosa
0e56533d01
docs(angular): call out @nx/angular:dev-server is required when using @nx/angular build executors ( #22883 )
...
- Calls out the `@nx/angular:dev-server` executor as required when using
`@nx/angular` build executors
- Improves & aligns executor descriptions and examples
Main docs updated with the callouts:
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/application
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/browser-esbuild
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/webpack-browser
https://nx-dev-git-fork-leosvelperez-docs-angular-executors-nrwl.vercel.app/nx-api/angular/executors/dev-server
The rest of the Angular executors' descriptions were also updated.
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->
<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->
## Current Behavior
<!-- This is the behavior we have today -->
## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->
## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->
Fixes #
2024-05-07 11:34:22 +02:00
Leosvel Pérez Espinosa
343c0f6690
feat(angular): add the extract-i18n executor ( #21802 )
2024-02-14 14:37:25 +01:00
Leosvel Pérez Espinosa
c38440e85f
docs(angular): improve dev-server executor docs ( #21434 )
2024-02-02 12:00:18 +01:00
Leosvel Pérez Espinosa
eb481513e7
fix(angular): update schema and validate compatibility in esbuild-based executors ( #20564 )
2023-12-05 13:43:25 +01:00
Leosvel Pérez Espinosa
43a4482482
feat(angular): add application executor ( #20529 )
2023-12-04 10:21:35 +01:00
Colum Ferry
d22e860269
feat(angular): convert module-federation-dev-server to executor ( #20252 )
2023-11-30 12:58:48 +00:00
Leosvel Pérez Espinosa
40f8c40df2
feat(angular): support esbuild-based executors/builders in @nx/angular:dev-server ( #20311 )
2023-11-23 09:48:02 -05:00
Colum Ferry
80fde79374
feat(misc): remove deprecated Angular CLI usage of schematics and builders ( #19557 )
2023-10-13 17:14:16 +01:00
Colum Ferry
3fefbaf468
feat(angular): add esbuild incremental build builder ( #17991 )
2023-07-18 15:36:19 +01:00
Colum Ferry
597832e88f
fix(angular): use @nrwl/web:file-server ( #15849 )
2023-03-27 09:42:53 +01:00
Colum Ferry
0ce6735084
feat(angular): add module-federation-dev-ssr builder ( #13496 )
2022-11-30 11:41:12 +00:00
Leosvel Pérez Espinosa
36ce474e69
docs(angular): improve executor descriptions ( #13466 )
2022-11-29 12:08:48 +01:00
Leosvel Pérez Espinosa
42fa5d871b
docs(angular): update incremental builds requirements docs and ng-packagr-lite description ( #13465 )
...
Fixes https://github.com/nrwl/nx/issues/13421
2022-11-29 11:39:23 +01:00
Victor Savkin
8d9de7f81d
cleanup(core): clean up workspace creation
2022-11-15 17:22:02 -05:00
Colum Ferry
a5d031482f
feat(angular): add webpack-server builder with support for custom webpack config ( #12917 )
2022-11-01 16:07:41 +00:00
Colum Ferry
8c8c29cdb5
cleanup(angular): rename webpack-server executor to webpack-dev-server ( #11989 )
2022-09-29 08:45:22 +00:00
Colum Ferry
991efef5e5
feat(angular): serve static for remotes ( #9911 )
2022-04-20 21:49:26 +00:00
Colum Ferry
4b846e8dc9
feat(angular): add module-federation-dev-server builder ( #9843 )
2022-04-14 15:39:15 -04:00
Benjamin Cabanes
39fb1c39db
docs(core): angular package has better schema descriptions ( #9502 )
2022-03-25 14:37:43 +00:00
Colum Ferry
de5528dd04
docs(angular): improve webpack-server executor ( #9477 )
2022-03-23 12:18:26 +00:00
Colum Ferry
1bfc02f4f9
docs(angular): improve webpack-browser docs ( #9461 )
2022-03-22 18:42:25 +00:00
Colum Ferry
ec414e5840
feat(angular): add executor to allow custom webpack config with serve ( #6359 )
...
Add a builder to allow the user to pass a custom webpack config with serve. It should fetch the
custom webpack config from the build target.
2021-07-15 11:09:59 +01:00
Leosvel Pérez Espinosa
195e6bade5
cleanup(misc): rename builders.json to executors.json ( #6230 )
2021-07-02 15:59:34 +01:00