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

Commit

Permalink
doc: fix toc
Browse files Browse the repository at this point in the history
- remove old migration guide
  • Loading branch information
vikerman authored Oct 4, 2019
1 parent 2f12e7e commit b571e4b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# Table of Contents
* [Introduction](#introduction)
* [Getting Started with Universal](#getting-started)
* w/ NodeJS Server
* w/ ASP.NET Core Server
* [Upgrading to Version 8](#version-8)
* [Packages](#packages)
* [Universal "Gotchas"](#universal-gotchas)
Expand Down Expand Up @@ -73,11 +71,6 @@ Moved to [/docs/gotchas.md](/docs/gotchas.md)
- Development server/watch mode builder with livereload for CLI
- Full client rehydration strategy that reuses DOM elements/CSS rendered on the server

# Upgrading from Angular2-Universal
If you're coming from the original `angular2-universal` (2.x) here are some helpful steps for porting your application to Angular 4 & platform-server.

[Go here to find the guide](/docs/angular2-universal-migration.md)

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

Expand Down

0 comments on commit b571e4b

Please sign in to comment.