├── src
├── assets
│ └── .gitkeep
├── app
│ ├── app.component.html
│ ├── app.component.ts
│ ├── app.routes.ts
│ ├── revealer
│ │ ├── revealer.module.ts
│ │ ├── revealer.component.css
│ │ ├── revealer.component.html
│ │ └── revealer.component.ts
│ └── app.module.ts
├── styles.css
├── environments
│ ├── environment.prod.ts
│ └── environment.ts
├── typings.d.ts
├── tsconfig.app.json
├── main.ts
├── index.html
└── polyfills.ts
├── dist
├── styles.34c57ab7888ec1573f9c.css
├── runtime.a66f828dca56eeb90e02.js
├── index.html
├── scripts.3bb0e4e9ce73a32a2222.js
├── 3rdpartylicenses.txt
└── polyfills.700e3909f17f72cff20f.js
├── .gitignore
├── index.html
├── tsconfig.json
├── package.json
├── angular.json
└── README
/src/assets/.gitkeep:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/dist/styles.34c57ab7888ec1573f9c.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | node_modules
2 |
3 | *~
4 |
--------------------------------------------------------------------------------
/src/app/app.component.html:
--------------------------------------------------------------------------------
1 |
The preference revealer sorts a list of items by asking you to make comparisons between pairs.
11 |Enter your items in the area below with each entry on a separate line.
12 | 13 | 14 | 30 |Options to share your results or list:
55 | 56 | 72 |