Skip to content

Commit

Permalink
feat(angular): add application executor (nrwl#20529)
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez authored Dec 4, 2023
1 parent e8361e6 commit 43a4482
Show file tree
Hide file tree
Showing 18 changed files with 1,515 additions and 39 deletions.
8 changes: 8 additions & 0 deletions docs/generated/manifests/menus.json
Original file line number Diff line number Diff line change
Expand Up @@ -6552,6 +6552,14 @@
"isExternal": false,
"disableCollapsible": false
},
{
"id": "application",
"path": "/nx-api/angular/executors/application",
"name": "application",
"children": [],
"isExternal": false,
"disableCollapsible": false
},
{
"id": "webpack-browser",
"path": "/nx-api/angular/executors/webpack-browser",
Expand Down
9 changes: 9 additions & 0 deletions docs/generated/manifests/nx-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@
"path": "/nx-api/angular/executors/module-federation-dev-server",
"type": "executor"
},
"/nx-api/angular/executors/application": {
"description": "Builds an application with esbuild with support for incremental builds.",
"file": "generated/packages/angular/executors/application.json",
"hidden": false,
"name": "application",
"originalFilePath": "/packages/angular/src/executors/application/schema.json",
"path": "/nx-api/angular/executors/application",
"type": "executor"
},
"/nx-api/angular/executors/webpack-browser": {
"description": "The `webpack-browser` executor is very similar to the standard `browser` builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building",
"file": "generated/packages/angular/executors/webpack-browser.json",
Expand Down
9 changes: 9 additions & 0 deletions docs/generated/packages-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@
"path": "angular/executors/module-federation-dev-server",
"type": "executor"
},
{
"description": "Builds an application with esbuild with support for incremental builds.",
"file": "generated/packages/angular/executors/application.json",
"hidden": false,
"name": "application",
"originalFilePath": "/packages/angular/src/executors/application/schema.json",
"path": "angular/executors/application",
"type": "executor"
},
{
"description": "The `webpack-browser` executor is very similar to the standard `browser` builder provided by the Angular Devkit. It allows you to build your Angular application to a build artifact that can be hosted online. There are some key differences: \n- Supports Custom Webpack Configurations \n- Supports Incremental Building",
"file": "generated/packages/angular/executors/webpack-browser.json",
Expand Down
Loading

0 comments on commit 43a4482

Please sign in to comment.