Skip to content

Commit 5e95580

Browse files
author
Karthik Kumar A
committed
remove comma at the end
1 parent de514b4 commit 5e95580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ In Angular 2/4 cli projects, modify **.angular-cli.json** as below:
111111

112112
"styles": [
113113
"styles.css",
114-
"../node_modules/ng2-tree/styles.css",
114+
"../node_modules/ng2-tree/styles.css"
115115
],
116116
```
117117
4. And finally, I suppose, you'd want to listen to events generated by ng2-tree (for a full list of supported events look at the [API](#wrench-api)). No problem, this is also easy to do - for example let's add a listener for `node was selected` kind of events:

0 commit comments

Comments
 (0)