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
32
32
## Compile and prepare NativeScript and Angular
33
33
34
34
```
35
- $ grunt prepare
35
+ $ grunt
36
36
```
37
37
38
38
## Initialize the test NativeScript app (ng-sample)
39
39
40
40
```
41
41
$ cd ng-sample
42
42
$ npm install
43
- $ grunt prepare
44
43
```
45
44
46
45
The 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
87
86
# Known issues
88
87
89
88
1 . 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.
91
89
* Self-closing elements (` <Label text="Name" /><Button text="Save" /> ` ) get parsed wrong (in this case Button gets parsed as a Label child.
92
90
![ ] ( https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-angular?pixel )
You can’t perform that action at this time.
0 commit comments