1.0.3 • Published 2 years ago

angular-joystick v1.0.3

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

AngularJoystick

This library was generated with Angular CLI version 18.1.0.

Build

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

Installation

For Angular 18 projects

npm install angular-joystick

Example 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 { }
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.0

2 years ago