From 3ea9f0974a1e875b574b5a33e559dda47625723c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 10 Jan 2019 22:08:11 -0800 Subject: [PATCH] docs(router): remove obsolete sections in README.md (#27880) PR Close #27880 --- packages/router/README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/packages/router/README.md b/packages/router/README.md index b56a7b5a8b..533956ec1d 100644 --- a/packages/router/README.md +++ b/packages/router/README.md @@ -5,21 +5,5 @@ Managing state transitions is one of the hardest parts of building applications. The Angular router is designed to solve these problems. Using the router, you can declaratively specify application state, manage state transitions while taking care of the URL, and load components on demand. -## Overview -Read the overview of the Router [here](https://vsavkin.com/angular-2-router-d9e30599f9ea). - ## Guide -Read the dev guide [here](https://angular.io/docs/ts/latest/guide/router.html). - -## Local development - -``` -# keep @angular/router fresh -$ ./scripts/karma.sh - -# keep @angular/core fresh -$ ../../../node_modules/.bin/tsc -p modules --emitDecoratorMetadata -w - -# start karma -$ ./scripts/karma.sh -``` +Read the dev guide [here](https://angular.io/guide/router).