mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-22 23:15:56 +08:00
The index HTML augmentation within the PWA schematic now uses the Node.js promise-based pipeline helper to reduce the complexity of the code when using the parse5 streaming rewriter. This removes a noticeable amount of code as well as removing the need to manually wrap the result in a Promise.