From b571e4b47b7c1a6fadde82680c610821d577ce64 Mon Sep 17 00:00:00 2001 From: vikerman Date: Fri, 4 Oct 2019 13:21:16 -0700 Subject: [PATCH] doc: fix toc - remove old migration guide --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index bd9378082..48558d856 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)