Giter Site home page Giter Site logo

Comments (4)

cormacrelf avatar cormacrelf commented on May 27, 2024

Did you install the multi backend and add import it into your app module?

from angular-skyhook.

AndrewJSchoen avatar AndrewJSchoen commented on May 27, 2024

Thanks for the quick reply. Here are the relevant parts of my app.module.ts:

import { SkyhookDndModule } from "@angular-skyhook/core";
import { createDefaultMultiBackend } from '@angular-skyhook/multi-backend';
import { SkyhookSortableModule } from '@angular-skyhook/sortable';

...

@NgModule({
  declarations: [
    AppComponent,
    ContainerComponent,
    KanbanExternalComponent,
    TrashCanComponent,
    KanbanBoardComponent,
    KanbanCardComponent,
    KanbanListComponent,
  ],
  imports: [
    BrowserModule,
    AppRoutingModule,
    SkyhookDndModule,
    SkyhookSortableModule,
    SkyhookDndModule.forRoot({ backendFactory: createDefaultMultiBackend })
  ],
  providers: [
  ],
  bootstrap: [AppComponent]
})

from angular-skyhook.

cormacrelf avatar cormacrelf commented on May 27, 2024

Yeah, you need the multi backend module as well. It's not documented, which is my bad.

https://github.com/cormacrelf/angular-skyhook/blob/master/packages/examples/src/app/sortable/kanban/module.ts#L35

from angular-skyhook.

cormacrelf avatar cormacrelf commented on May 27, 2024

(Also, in your case, you have listed SkyhookDndModule twice. Keep the second one with forRoot.)

from angular-skyhook.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.