Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c:/Users/bened/Downloads/archikart-appstore-webapp-main/archikart-appstore-webapp-main/
- ├─ .angular/
- │ └─]cache/ (ignored)
- ├─].idea/ (ignored)
- ├─ .vscode/
- │ ├─]extensions.json (ignored)
- │ ├─]launch.json (ignored)
- │ └─]tasks.json (ignored)
- ├─]node_modules/ (ignored)
- ├─ src/
- │ ├─ app/
- │ │ ├─ components/
- │ │ │ ├─ artifact/
- │ │ │ │ ├─ artifact.component.html
- │ │ │ │ ├─ artifact.component.scss
- │ │ │ │ ├─ artifact.component.spec.ts
- │ │ │ │ └─ artifact.component.ts
- │ │ │ ├─ editconfig/
- │ │ │ │ ├─ editconfig.component.css
- │ │ │ │ ├─ editconfig.component.html
- │ │ │ │ ├─ editconfig.component.spec.ts
- │ │ │ │ └─ editconfig.component.ts
- │ │ │ ├─ overview/
- │ │ │ │ ├─ overview.component.html
- │ │ │ │ ├─ overview.component.scss
- │ │ │ │ ├─ overview.component.spec.ts
- │ │ │ │ └─ overview.component.ts
- │ │ │ ├─ repository/
- │ │ │ │ ├─ repository.component.html
- │ │ │ │ ├─ repository.component.scss
- │ │ │ │ ├─ repository.component.spec.ts
- │ │ │ │ └─ repository.component.ts
- │ │ │ ├─ variables/
- │ │ │ │ ├─ variables.component.html
- │ │ │ │ ├─ variables.component.scss
- │ │ │ │ ├─ variables.component.spec.ts
- │ │ │ │ └─ variables.component.ts
- │ │ │ └─ version/
- │ │ │ ├─ version.activate.guard.ts
- │ │ │ ├─ version.component.html
- │ │ │ ├─ version.component.scss
- │ │ │ ├─ version.component.spec.ts
- │ │ │ └─ version.component.ts
- │ │ ├─ pipe/
- │ │ │ ├─ age.pipe.spec.ts
- │ │ │ ├─ age.pipe.ts
- │ │ │ ├─ size.pipe.spec.ts
- │ │ │ ├─ size.pipe.ts
- │ │ │ ├─ typeicon.pipe.spec.ts
- │ │ │ └─ typeicon.pipe.ts
- │ │ ├─ services/
- │ │ │ ├─ config.model.ts
- │ │ │ ├─ config.service.spec.ts
- │ │ │ ├─ config.service.ts
- │ │ │ ├─ nexus.model.ts
- │ │ │ ├─ nexus.service.spec.ts
- │ │ │ ├─ nexus.service.ts
- │ │ │ ├─ version.service.spec.ts
- │ │ │ └─ version.service.ts
- │ │ ├─ app.component.html
- │ │ ├─ app.component.scss
- │ │ ├─ app.component.spec.ts
- │ │ ├─ app.component.ts
- │ │ ├─ app.module.ts
- │ │ └─ app.routes.ts
- │ ├─ assets/
- │ │ ├─ icons/
- │ │ │ ├─ type/
- │ │ │ │ ├─ default.svg
- │ │ │ │ ├─ feat.svg
- │ │ │ │ └─ fix.svg
- │ │ │ ├─ ak3.png
- │ │ │ ├─ ak4.png
- │ │ │ ├─ albimport.png
- │ │ │ ├─ aow.png
- │ │ │ ├─ appstore.png
- │ │ │ ├─ dbcheck.png
- │ │ │ ├─ dbconvert.png
- │ │ │ ├─ favicon.ico
- │ │ │ ├─ mauftrag.png
- │ │ │ ├─ mbaum_alt.png
- │ │ │ ├─ mbaum.png
- │ │ │ ├─ mfriedhof.png
- │ │ │ ├─ mgebaeude.png
- │ │ │ ├─ mgruen.png
- │ │ │ ├─ minventar.png
- │ │ │ ├─ monkey.png
- │ │ │ ├─ mstrasse.png
- │ │ │ ├─ mtransfer.png
- │ │ │ ├─ nexus.png
- │ │ │ └─ plugin.png
- │ │ ├─ .gitkeep
- │ │ └─ config.json
- │ ├─ environments/
- │ │ ├─ environment.prod.ts
- │ │ └─ environment.ts
- │ ├─ favicon.ico
- │ ├─ index.html
- │ ├─ main.ts
- │ ├─ polyfills.ts
- │ ├─ styles.scss
- │ └─ test.ts
- ├─ .editorconfig
- ├─ .gitignore
- ├─ angular.json
- ├─ karma.conf.js
- ├─ package-lock.json
- ├─ package.json
- ├─ README.md
- ├─ tsconfig.app.json
- ├─ tsconfig.json
- └─ tsconfig.spec.json
Advertisement
Add Comment
Please, Sign In to add comment