Skip to content

Commit 2e701b6

Browse files
committed
README: Link the hello world template.
1 parent 2474ba1 commit 2e701b6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,14 @@ On Windows, you can wrap those commands in a BAT file.
8181
# Watch the video explaining Angular 2 and NativeScript
8282
[NativeScript session on AngularConnect conference](https://www.youtube.com/watch?v=4SbiiyRSIwo)
8383

84-
# Explore the TodoMVC sample using NativeScript and Angular 2
85-
[TodoMVC sample](https://github.com/NativeScript/sample-ng-todomvc)
84+
# Explore the examples
85+
86+
* [Hello world starter](https://github.com/NativeScript/template-hello-world-ng)
87+
* [TodoMVC sample implementation](https://github.com/NativeScript/sample-ng-todomvc)
8688

8789
# Known issues
8890

89-
1. The renderer code needs to be cleaned up and made extensible, so that people can register new visual elements.
90-
2. There are certain issues with the Parse5DomAdapter and we'll likely need to provide our own later on:
91+
1. There are certain issues with the Parse5DomAdapter and we'll likely need to provide our own later on:
9192
* Element and attribute names always get lowercased.
9293
* Self-closing elements (`<Label text="Name" /><Button text="Save" />`) get parsed wrong (in this case Button gets parsed as a Label child.
93-
3. The renderer implementation is by no means complete: we are still need to support view (de)hydration, DOM text updates, event dispatching, actions, etc.
94+
2. The renderer implementation is by no means complete: we are still need to support view (de)hydration, DOM text updates, event dispatching, actions, etc.

0 commit comments

Comments
 (0)