Directory Tree

.
├── README.md
├── angular-cli.json
├── e2e
│   ├── app.e2e-spec.ts
│   ├── app.po.ts
│   └── tsconfig.json
├── index.html
├── karma.conf.js
├── package.json
├── protractor.conf.js
├── src
│   ├── app
│   │   ├── app-routing.module.ts
│   │   ├── app.component.css
│   │   ├── app.component.html
│   │   ├── app.component.spec.ts
│   │   ├── app.component.ts
│   │   ├── app.module.ts
│   │   ├── flickr.service.spec.ts
│   │   ├── flickr.service.ts
│   │   ├── index.ts
│   │   └── shared
│   │       └── index.ts
│   ├── assets
│   ├── environments
│   │   ├── environment.prod.ts
│   │   └── environment.ts
│   ├── favicon.ico
│   ├── index.html
│   ├── main.ts
│   ├── polyfills.ts
│   ├── semantic
│   │   ├── semantic.min.css
│   │   └── themes
│   │       ├── basic
│   │       │   └── assets
│   │       │       └── fonts
│   │       │           ├── icons.eot
│   │       │           ├── icons.svg
│   │       │           ├── icons.ttf
│   │       │           └── icons.woff
│   │       ├── default
│   │       │   └── assets
│   │       │       ├── fonts
│   │       │       │   ├── icons.eot
│   │       │       │   ├── icons.svg
│   │       │       │   ├── icons.ttf
│   │       │       │   ├── icons.woff
│   │       │       │   └── icons.woff2
│   │       │       └── images
│   │       │           └── flags.png
│   │       ├── github
│   │       │   └── assets
│   │       │       └── fonts
│   │       │           ├── octicons-local.ttf
│   │       │           ├── octicons.svg
│   │       │           ├── octicons.ttf
│   │       │           └── octicons.woff
│   │       └── material
│   │           └── assets
│   │               └── fonts
│   │                   ├── icons.eot
│   │                   ├── icons.svg
│   │                   ├── icons.ttf
│   │                   └── icons.woff
│   ├── styles.css
│   ├── test.ts
│   ├── tsconfig.json
│   └── typings.d.ts
└── tslint.json


21 directories, 49 files


tree v1.7.0 © 1996 - 2014 by Steve Baker and Thomas Moore
HTML output hacked and copyleft © 1998 by Francesc Rocher
JSON output hacked and copyleft © 2014 by Florian Sesser
Charsets / OS/2 support © 2001 by Kyosuke Tokoro