This PR adapts the ngsscbuild builder to the new @angular-devkit/build-angular:application builder.
When using @angular-devkit/build-angular:application with a server configuration, the filePattern is extended to also include the index.server.html file. If using @angular-devkit/build-angular:application without a server configuration, the ngssc.json file is generated inside the {outputPath}/browser directory, next to the browser files.
This PR adapts the
ngsscbuild
builder to the new@angular-devkit/build-angular:application
builder. When using@angular-devkit/build-angular:application
with aserver
configuration, thefilePattern
is extended to also include theindex.server.html
file. If using@angular-devkit/build-angular:application
without aserver
configuration, thengssc.json
file is generated inside the{outputPath}/browser
directory, next to the browser files.Closes #87