Skip to content

Commit

Permalink
chore: refactoring ngx-editor (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyro-in6k authored and sibiraj-s committed Nov 22, 2017
1 parent e11da58 commit b707409
Show file tree
Hide file tree
Showing 29 changed files with 749 additions and 515 deletions.
111 changes: 111 additions & 0 deletions TREE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
```
.
β”œβ”€β”€ e2e
β”‚Β Β  β”œβ”€β”€ app.e2e-spec.ts
β”‚Β Β  β”œβ”€β”€ app.po.ts
β”‚Β Β  └── tsconfig.e2e.json
β”œβ”€β”€ scripts
β”‚Β Β  β”œβ”€β”€ build.sh
β”‚Β Β  └── release.sh
β”œβ”€β”€ src
β”‚Β Β  β”œβ”€β”€ app
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ common
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── services
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ command-executor.service.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ command-executor.service.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ message.service.spec.ts
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”‚Β Β  └── message.service.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-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
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.component.spec.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.component.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.module.ts
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ app.service.spec.ts
β”‚Β Β  β”‚Β Β  └── app.service.ts
β”‚Β Β  β”œβ”€β”€ assets
β”‚Β Β  β”‚Β Β  └── icons
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor-opt1
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_edit1_128.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_edit1_128.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_edit1_256.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_edit1_256.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_edit1_32.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_edit1_64.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_edit1_64.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv1_32_128.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv1_32_256.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor1_64x64.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor1.gvdesign
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor1.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ngx-editor1.svg
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor-opt2
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_128.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_128.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_256.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_256.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_32_128.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_32_256.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_32.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_32.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_64.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ang_editv4_64.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor2_64x64.ico
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor2.gvdesign
β”‚Β Β  β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor2.png
β”‚Β Β  β”‚Β Β  β”‚Β Β  └── ngx-editor2.svg
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ ngx-editor.png
β”‚Β Β  β”‚Β Β  └── ngx-editor.svg
β”‚Β Β  β”œβ”€β”€ environments
β”‚Β Β  β”‚Β Β  β”œβ”€β”€ environment.prod.ts
β”‚Β Β  β”‚Β Β  └── environment.ts
β”‚Β Β  β”œβ”€β”€ favicon.ico
β”‚Β Β  β”œβ”€β”€ index.html
β”‚Β Β  β”œβ”€β”€ main.ts
β”‚Β Β  β”œβ”€β”€ polyfills.ts
β”‚Β Β  β”œβ”€β”€ styles.scss
β”‚Β Β  β”œβ”€β”€ test.ts
β”‚Β Β  β”œβ”€β”€ tsconfig.app.json
β”‚Β Β  β”œβ”€β”€ tsconfig.spec.json
β”‚Β Β  └── typings.d.ts
β”œβ”€β”€ .vscode
β”‚Β Β  └── settings.json
β”œβ”€β”€ .angular-cli.json
β”œβ”€β”€ .editorconfig
β”œβ”€β”€ karma.conf.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ ng-package.json
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ protractor.conf.js
β”œβ”€β”€ public_api.ts
β”œβ”€β”€ .pullapprove.yml
β”œβ”€β”€ README.md
β”œβ”€β”€ .travis.yml
β”œβ”€β”€ TREE.md
β”œβ”€β”€ tsconfig.json
β”œβ”€β”€ tslint.json
└── yarn.lock
```
Loading

0 comments on commit b707409

Please sign in to comment.