Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. └── demoApp
  2. ├── README.md
  3. ├── e2e
  4. │ ├── app.e2e-spec.ts
  5. │ ├── app.po.ts
  6. │ └── tsconfig.e2e.json
  7. ├── karma.conf.js
  8. ├── package.json
  9. ├── protractor.conf.js
  10. ├── src
  11. │ ├── app
  12. │ │ ├── app.component.sass
  13. │ │ ├── app.component.html
  14. │ │ ├── app.component.spec.ts
  15. │ │ ├── app.component.ts
  16. │ │ └── app.module.ts
  17. │ ├── assets
  18. │ ├── environments
  19. │ │ ├── environment.prod.ts
  20. │ │ └── environment.ts
  21. │ ├── favicon.ico
  22. │ ├── index.html
  23. │ ├── main.ts
  24. │ ├── polyfills.ts
  25. │ ├── styles.sass
  26. │ ├── test.ts
  27. │ ├── tsconfig.app.json
  28. │ ├── tsconfig.spec.json
  29. │ └── typings.d.ts
  30. ├── .angular-cli.json
  31. ├── .editorconfig
  32. ├── .gitignore
  33. ├── tsconfig.json
  34. └── tslint.json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement