Skip to content

Commit 185a71e

Browse files
committed
some cleanup
1 parent db31267 commit 185a71e

File tree

8 files changed

+34
-153
lines changed

8 files changed

+34
-153
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
chrome-profiler-events*.json
1515
speed-measure-plugin*.json
1616

17+
# log files
18+
*.log
19+
20+
1721
# IDEs and editors
1822
/.idea
1923
.project

README.md

Lines changed: 2 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,3 @@
1-
# What you need to do to use the keyboard
1+
# Taskbase Angular Libraries
22

3-
## Have those global styles
4-
5-
```
6-
body {
7-
margin: 0;
8-
}
9-
```
10-
11-
# Demo
12-
13-
https://angular-keyboard-demo.firebaseapp.com/
14-
15-
# TODOs
16-
17-
- 123 Tab
18-
- publish library
19-
- include in other project
20-
- Handle backspace button
21-
- nicer icons for buttons
22-
23-
24-
## iphone
25-
- the keyboard is not sticky
26-
- the
27-
28-
29-
# Issues
30-
31-
It's not an easy task to build this lib, so there are some pending issues we're well aware of. Here's a list.
32-
33-
## Major Issues
34-
- Ranges... => disabled :(
35-
- handle multi-key commands
36-
- newline / enter behaves weirdly
37-
38-
## Minor Issues
39-
- On the word "Yo" in some fonts, the o is below the Y. The border right/left of the cursor then changes this by drawing a hard line between the two, causing a slight jumping behaviour of the text...
40-
- improve left / right arrow keys
3+
Some Angular libraries used at Taskbase. See demos at taskbase-angular.firebaseapp.com.

e2e/protractor.conf.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

e2e/src/app.e2e-spec.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

e2e/src/app.po.ts

Lines changed: 0 additions & 11 deletions
This file was deleted.

e2e/tsconfig.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

projects/angular-keyboard/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# AngularKeyboard
22

3+
## Installation
4+
5+
1. npm install @taskbase/angular-keyboard
6+
2. `import {AngularKeyboard} from '@taskbase/angular-keyboard'` and add to imports of your main AppModule.
7+
3. Wrap the whole app content in `app.component.html` with `<tb-keyboard-container>...</tb-keyboard-container>`
8+
9+
10+
## Demo
11+
https://angular-keyboard-demo.firebaseapp.com/
12+
13+
##
14+
15+
## Issues
16+
It's not an easy task to build this lib, so there are some pending issues we're well aware of. Here's a list.
17+
18+
### Major Issues
19+
- Ranges... => disabled :(
20+
- handle multi-key commands
21+
- newline / enter behaves weirdly
22+
23+
### Minor Issues
24+
- On the word "Yo" in some fonts, the o is below the Y. The border right/left of the cursor then changes this by drawing a hard line between the two, causing a slight jumping behaviour of the text...
25+
- improve left / right arrow keys
26+
27+
28+
29+
========================================================================
30+
331
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.1.3.
432

533
## Code scaffolding

src/app/app.component.spec.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)