
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
yon-yon-virtual-keyboard
Advanced tools
Hello everyone, Our project provides a solution for displaying a virtual keyboard on the screen under the Angular platform  ## Development server
Hello everyone,
Our project provides a solution for displaying a virtual keyboard on the screen under the Angular platform
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
npm install yon-yon-virtual-keyboard --save
import { VirtualKeyboardModule } from 'yon-yon-virtual-keyboard';
@NgModule({
declarations: [ ... ],
imports: [
CommonModule,
VirtualKeyboardModule
]
})
export class AppModule { }
<p>We don't use with any validate and accept</p>
<lib-VirtualKeyboard [language]="'en'"></lib-VirtualKeyboard>
<p>We use with validate and accept</p>
<lib-VirtualKeyboard [language]="'he'" [validateCallBack]="validate" [acceptCallBack]="accept"></lib-VirtualKeyboard>
<p>We use with validateNumber and accept</p>
<lib-VirtualKeyboard [language]="'he'" [validateCallBack]="validateNumber" [acceptCallBack]="accept"></lib-VirtualKeyboard>
<p>With numeric</p>
<lib-VirtualKeyboard [language]="'num'" [validateCallBack]="validateNumber" [acceptCallBack]="accept"></lib-VirtualKeyboard>
<p>Custom Virtual Keyboard</p>
<lib-VirtualKeyboard [keyboardLayout]="custom_Keyboard"></lib-VirtualKeyboard>
<p>emoticons virtual keyboard</p>
<lib-VirtualKeyboard [language]="'emo'"></lib-VirtualKeyboard>
We would like to thank some of the fathers of the projects we are building on and for us they are the cornerstones.
FAQs
Hello everyone, Our project provides a solution for displaying a virtual keyboard on the screen under the Angular platform  ## Development server
The npm package yon-yon-virtual-keyboard receives a total of 0 weekly downloads. As such, yon-yon-virtual-keyboard popularity was classified as not popular.
We found that yon-yon-virtual-keyboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.