Skip to content

Commit

Permalink
chore: update TREE structure
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 22, 2017
1 parent 648a839 commit 3841d81
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions TREE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,32 +11,33 @@
│   ├── app
│   │   ├── ngx-editor
│   │   │   ├── common
│   │   │   │   └── services
│   │   │   │   ├── command-executor.service.spec.ts
│   │   │   │   ├── command-executor.service.ts
│   │   │   │   ├── message.service.spec.ts
│   │   │   │   └── message.service.ts
│   │   │   │   ├── services
│   │   │   │   │   ├── command-executor.service.spec.ts
│   │   │   │   │   ├── command-executor.service.ts
│   │   │   │   │   ├── message.service.spec.ts
│   │   │   │   │   └── message.service.ts
│   │   │   │   ├── utils
│   │   │   │   │   └── ngx-editor.utils.ts
│   │   │   │   └── ngx-editor.defaults.ts
│   │   │   ├── ngx-editor-message
│   │   │   │   ├── ngx-editor-message.component.html
│   │   │   │   ├── ngx-editor-message.component.scss
│   │   │   │   ├── ngx-editor-message.component.spec.ts
│   │   │   │   └── ngx-editor-message.component.ts
│   │   │   ├── ngx-editor-toolbar
│   │   │   │   ├── ngx-editor-toolbar.component.html
│   │   │   │   ├── ngx-editor-toolbar.component.scss
│   │   │   │   ├── ngx-editor-toolbar.component.spec.ts
│   │   │   │   └── ngx-editor-toolbar.component.ts
│   │   │   ├── ngx-grippie
│   │   │   │   ├── ngx-grippie.component.html
│   │   │   │   ├── ngx-grippie.component.scss
│   │   │   │   ├── ngx-grippie.component.spec.ts
│   │   │   │   └── ngx-grippie.component.ts
│   │   │   ├── ngx-toolbar
│   │   │   │   ├── ngx-editor.utils.ts
│   │   │   │   ├── ngx-toolbar.component.html
│   │   │   │   ├── ngx-toolbar.component.scss
│   │   │   │   ├── ngx-toolbar.component.spec.ts
│   │   │   │   └── ngx-toolbar.component.ts
│   │   │   ├── ngx-editor.component.html
│   │   │   ├── ngx-editor.component.scss
│   │   │   ├── ngx-editor.component.spec.ts
│   │   │   ├── ngx-editor.component.ts
│   │   │   ├── ngx-editor.defaults.ts
│   │   │   └── ngx-editor.module.ts
│   │   ├── app.component.html
│   │   ├── app.component.scss
Expand Down

0 comments on commit 3841d81

Please sign in to comment.