mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
When using the devserver, instead of prerendering every page for every incremental change, we now perform a server rendering on the page during request time. This ensures that incremental build times are faster when prerending is enabled as we avoid rendering of pages that are never viewed.