You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+79-20Lines changed: 79 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Ng2 File Tree [](https://circleci.com/gh/travelist/ng2-directory-tree)
1
+
# NG2 File Tree [](https://circleci.com/gh/travelist/ng2-directory-tree)
2
2
3
3
Angular2 Component for rendering directory tree
4
4
@@ -7,49 +7,108 @@ Angular2 Component for rendering directory tree
7
7
8
8
Please feel free to open issues for new features, requirements, and bug reports. Will deal with them accordingly.
9
9
10
+
## Installation
10
11
11
-
### Usage
12
+
In `package.json`, add following lines in the `dependencies` block:
0 commit comments