angular-joystick
v1.0.5
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18 and 20.
Downloads
12
Maintainers
Readme
AngularJoystick
This library was generated with Angular CLI version 18 and 20.
Build
Run ng build angular-joystick to build the project. The build artifacts will be stored in the dist/ directory.
Installation
For Angular 18 or 20 projects
npm install angular-joystickExample Usage
Import NgxJoystickModule in your module. For example,
import { NgxJoystickModule } from 'angular-joystick';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
NgxJoystickModule
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }