From 2d8cb9f120c23d261b8b921b932293a789830238 Mon Sep 17 00:00:00 2001 From: Daniele Teti Date: Wed, 7 Dec 2016 12:37:20 +0100 Subject: [PATCH] Simplified process to setup angular2 sample --- samples/angular2/README.MD | 4 +--- samples/angular2/create_dist_link.bat | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 samples/angular2/create_dist_link.bat diff --git a/samples/angular2/README.MD b/samples/angular2/README.MD index 9bb1677b..eae0cc6f 100644 --- a/samples/angular2/README.MD +++ b/samples/angular2/README.MD @@ -6,9 +6,7 @@ - ```npm install -g angular-cli``` - go to into ```samples\angular2\webapp``` - ```npm install``` -- go to into ```samples\angular2``` -- ```create_dist_link.bat``` -- ```cd webapp``` +- go to into ```samples\angular2\webapp``` - ```ng build``` - Open project ```samples\angular2\dmvcframeworkserver\Angular2SampleServer.dproj``` and run it. - You should see the angular2 project \ No newline at end of file diff --git a/samples/angular2/create_dist_link.bat b/samples/angular2/create_dist_link.bat deleted file mode 100644 index ce45bb98..00000000 --- a/samples/angular2/create_dist_link.bat +++ /dev/null @@ -1,2 +0,0 @@ -mkdir www -mklink /J webapp\dist .\www \ No newline at end of file