@nx/angular:webpack-server
Builds a server Angular application using webpack. This executor is a drop-in replacement for the @angular-devkit/build-angular:server
builder provided by the Angular CLI. It is usually used in tandem with the @nx/angular:webpack-browser
executor when your Angular application uses a custom webpack configuration.
Options can be configured in project.json
when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.