.
	├── 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
	│   │   ├── angular2-semantic-ui-demo
	│   │   │   ├── angular2-semantic-ui-demo.component.spec.ts
	│   │   │   └── angular2-semantic-ui-demo.component.ts
	│   │   ├── app.component.ts
	│   │   ├── app.module.ts
	│   │   ├── index.ts
	│   │   ├── shared
	│   │   │   └── index.ts
	│   │   ├── wikipedia-search.service.spec.ts
	│   │   └── wikipedia-search.service.ts
	│   ├── assets
	│   ├── environments
	│   │   ├── environment.prod.ts
	│   │   └── environment.ts
	│   ├── favicon.ico
	│   ├── index.html
	│   ├── main.ts
	│   ├── polyfills.ts
	│   ├── styles.css
	│   ├── test.ts
	│   ├── tsconfig.json
	│   └── typings.d.ts
	└── tslint.json
	
	
7 directories, 28 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