Skip to content

Commit de514b4

Browse files
author
Karthik Kumar A
committed
format a bit
1 parent e56d82b commit de514b4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,11 @@ class MyComponent {
104104
```
105105

106106
3. Apart from that, in order to have usable tree in the browser, you need to add **ng2-tree styles** which you can find in your `node_modules/ng2-tree/styles.css`
107-
In .angular-cli.json, it would be:
107+
108+
In Angular 2/4 cli projects, modify **.angular-cli.json** as below:
108109

109110
```typescript
111+
110112
"styles": [
111113
"styles.css",
112114
"../node_modules/ng2-tree/styles.css",

0 commit comments

Comments
 (0)