4.0.3 • Published 6 months ago

ngx-joystick v4.0.3

Weekly downloads
13
License
MIT
Repository
github
Last release
6 months ago

NgxJoystick

NgxJoystick is an angular joystick component. It is a wrapper around the nipplejs library providing joystick functionality to your angular application.

Demo

https://wweitzel.github.io/ngx-joystick/


Installation

For Angular 16 projects

npm install ngx-joystick

For Angular 15 projects

npm install ngx-joystick@3.0.2

For Angular 14 projects

npm install ngx-joystick@2.0.1

For Angular 12 projects

npm install ngx-joystick@1.0.6

For Angular 11 projects

npm install ngx-joystick@1.0.3

For Angular 8 projects

npm install ngx-joystick@0.1.1

https://www.npmjs.com/package/ngx-joystick


Example Usage

Import NgxJoystickModule in your module. For example,

import { NgxJoystickModule } from 'ngx-joystick';  <--- Added

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    NgxJoystickModule <--- Added
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule { }

Then see src/app files for usage. Make sure to look at the css as well.

4.0.1

6 months ago

4.0.3

6 months ago

4.0.2

6 months ago

3.0.2

8 months ago

3.0.1

1 year ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago