From 8321ac7238e55878c199e7066fb301de34253f21 Mon Sep 17 00:00:00 2001 From: Lukas Heddendorp Date: Fri, 7 Dec 2018 14:08:05 +0100 Subject: [PATCH 1/2] Remove redundant branch switching since it is mentioned again when the challenge actually starts --- docs/challenges/06-animation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/challenges/06-animation.md b/docs/challenges/06-animation.md index a8405fc..f62d8a1 100644 --- a/docs/challenges/06-animation.md +++ b/docs/challenges/06-animation.md @@ -1,5 +1,4 @@ # Challenge: Animation -Start with branch `workshop/06-animation-start` ## Code Changes Time to get serious. I updated the game a last time to integrate Drag & Drop with the help of Angular CDK. From 1704451ebef8ede46bc98b6e063029c92c378453 Mon Sep 17 00:00:00 2001 From: Lukas Heddendorp Date: Fri, 7 Dec 2018 14:09:34 +0100 Subject: [PATCH 2/2] Mention npm install THis branch adds new cdk dependencies and should be installed --- docs/challenges/06-animation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/challenges/06-animation.md b/docs/challenges/06-animation.md index f62d8a1..840123e 100644 --- a/docs/challenges/06-animation.md +++ b/docs/challenges/06-animation.md @@ -28,7 +28,7 @@ The task you will work on: + Task 6: Animate Stock Flip ## Task 1: First Flip - Part 1 -Switch to branch `workshop/06-animation-start` and open the page [game/scratchpad](http://localhost:4200/game/scratchpad). You will see a lightweight page with only a single card. That is our playground to develop some animations in isolation before using them in the game. +Switch to branch `workshop/06-animation-start`, run `npm install` and open the page [game/scratchpad](http://localhost:4200/game/scratchpad). You will see a lightweight page with only a single card. That is our playground to develop some animations in isolation before using them in the game. ![](images/06-animation/scratchpad-start.png)