@nx/angular:convert-to-application-executor
Converts a project or all projects using one of the @angular-devkit/build-angular:browser
, @angular-devkit/build-angular:browser-esbuild
, @nx/angular:browser
and @nx/angular:browser-esbuild
executors to use the @nx/angular:application
executor or the @angular-devkit/build-angular:application
builder. If the converted target is using one of the @nx/angular
executors, the @nx/angular:application
executor will be used. Otherwise, the @angular-devkit/build-angular:application
builder will be used.