scenejs icon indicating copy to clipboard operation
scenejs copied to clipboard

where is NgxMoveableModule from code????

Open qikong333 opened this issue 4 years ago • 1 comments

import { NgxSceneComponent, NgxSceneItemComponent, NgxSceneModule } from "ngx-scenejs";

@NgModule({ declarations: [ // NgxSceneComponent, // NgxSceneItemComponent, ], imports: [ BrowserModule, NgxMoveableModule, ], })

qikong333 avatar May 15 '20 01:05 qikong333

@qikong333 You found it wrong. Not here.

https://github.com/daybrush/moveable

https://github.com/daybrush/moveable/tree/master/packages/ngx-moveable

daybrush avatar May 15 '20 01:05 daybrush