2
0

fundamental animations working

This commit is contained in:
2018-08-08 19:52:42 +02:00
parent 7db484b55e
commit d8714d0606
6 changed files with 80 additions and 53 deletions

15
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Chrome gegen localhost starten",
"url": "http://localhost:4200",
"webRoot": "${workspaceFolder}"
}
]
}