File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -32,15 +32,14 @@ $ npm install
3232## Compile and prepare NativeScript and Angular
3333
3434```
35- $ grunt prepare
35+ $ grunt
3636```
3737
3838## Initialize the test NativeScript app (ng-sample)
3939
4040```
4141$ cd ng-sample
4242$ npm install
43- $ grunt prepare
4443```
4544
4645The latter installs the ` angular2 ` and ` tns-core-modules ` packages that you just built by running ` grunt prepare ` step in the project root.
@@ -87,6 +86,5 @@ The `ng-sample` app is meant for testing stuff while developing the renderer cod
8786# Known issues
8887
89881 . There are certain issues with the Parse5DomAdapter and we'll likely need to provide our own later on:
90- * Element and attribute names always get lowercased.
9189 * Self-closing elements (` <Label text="Name" /><Button text="Save" /> ` ) get parsed wrong (in this case Button gets parsed as a Label child.
9290![ ] ( https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-angular?pixel )
You can’t perform that action at this time.
0 commit comments