Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(@angular/ssr): export PrerenderFallback
Importing `PrerenderFallback` in a project throws at build time in 19.0.0-rc.2 with: ```ts ✘ [ERROR] No matching export in "node_modules/@angular/ssr/fesm2022/ssr.mjs" for import "PrerenderFallback" src/app/app.routes.server.ts:1:9: 1 │ import { PrerenderFallback, RenderMode, ServerRoute } from '@AnGula... ``` This exports `PrerenderFallback` the same way `RenderMode` is exported to fix the issue. (cherry picked from commit d77527d)
- Loading branch information