Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 3d2b570

Browse files
committed
docs: remove outdated roadmap
(cherry picked from commit 423e70d)
1 parent 388dbfe commit 3d2b570

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- [Getting Started with Universal](#getting-started)
1212
- [Packages](#packages)
1313
- [Universal "Gotchas"](#universal-gotchas)
14-
- [Roadmap](#roadmap)
1514
- [Preboot](#preboot)
1615
- [What's in a name?](#whats-in-a-name)
1716
- [Universal Team](#universal-team)
@@ -46,30 +45,6 @@ The packages from this repo are published as scoped packages under [@nguniversal
4645

4746
Moved to [/docs/gotchas.md](/docs/gotchas.md)
4847

49-
# Roadmap
50-
51-
## Completed
52-
53-
- Integrate the platform API into core
54-
- Support Title and Meta services on the server
55-
- Develop Express, ASP.NET Core, Hapi engines
56-
- Angular CLI support for Universal
57-
- Provide a DOM implementation on the server
58-
- Hooks in `renderModule*` to do stuff just before rendering to string
59-
- Generic state transfer API in the platform
60-
- Http Transfer State Module that uses HTTP interceptors and state transfer API
61-
- Material 2 works on Universal
62-
- Write documentation for core API
63-
- Support [AppShell](https://developers.google.com/web/updates/2015/11/app-shell) use cases
64-
- Development server/watch mode builder with livereload for CLI
65-
66-
## Planning
67-
68-
- Full client rehydration strategy that reuses DOM elements/CSS rendered on the server
69-
- Better internal performance and stress tests
70-
- Make it easier to write unit tests for Universal components
71-
- Node.js bridge protocol to communicate with different language backends - Django, Go, PHP etc.
72-
7348
# Preboot
7449

7550
Control server-rendered page and transfer state before client-side web app loads to the client-side-app. [Repo](https://github.com/angular/preboot)

0 commit comments

Comments
 (0)