0.0.7 • Published 1 year ago

jianye-scan-keyboard v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

JianyeScanKeyboard

This library was generated with Angular CLI version 17.2.0.

Use Ts/HTML

"scan","xxxx",
"input","xxxx", Delete,Backspace
"arrow","xxxx" =======HTML====
@Input() regexp:any; //new RegExp(/^\w|\/,'g');
@Output() returnEvent = new EventEmitter();
<lib-jianyeScanKeyboard (returnEvent)="returnScan($event)">

Code scaffolding

Run ng generate component component-name --project jianyeScanKeyboard to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project jianyeScanKeyboard.

Note: Don't forget to add --project jianyeScanKeyboard or else it will be added to the default project in your angular.json file.

Build

Run ng build jianyeScanKeyboard to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build jianyeScanKeyboard, go to the dist folder cd dist/jianye-scan-keyboard and run npm publish.

Running unit tests

Run ng test jianyeScanKeyboard to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago