Updated the existing tutorials and added another about Using components. (#3191)

This commit is contained in:
Francesco Corti
2018-04-16 13:23:46 +02:00
committed by Eugenio Romano
parent eff3ea83b0
commit 68df6138c4
6 changed files with 142 additions and 77 deletions

View File

@@ -9,7 +9,8 @@
"children": [
{ "title": "Preparing the development environment", "file": "preparing-environment.md"},
{ "title": "Adding a new component", "file": "new-component.md"},
{ "title": "Adding a new view", "file": "new-view.md"}
{ "title": "Adding a new view", "file": "new-view.md"},
{ "title": "Using components", "file": "using-components.md"}
]
}
]