angular-cli icon indicating copy to clipboard operation
angular-cli copied to clipboard

fix(@schematics/angular): check both application builder packages in SSR schematic

Open clydin opened this issue 1 year ago • 0 comments

The SSR schematic was previously only checking for the application build found within the @angular-devkit/build-angular package which is only an alias to the actual builder found in the @angular/build package. Both aliased and direct usages are now checked when executing the schematic.

clydin avatar May 23 '24 19:05 clydin