angular-cli
angular-cli copied to clipboard
fix(@schematics/angular): check both application builder packages in SSR schematic
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.