dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_DraggableModule cluster_DraggableModule_declarations cluster_DraggableModule_exports DraggableDirective DraggableDirective DraggableModule DraggableModule DraggableDirective->DraggableModule DraggableHandleDirective DraggableHandleDirective DraggableHandleDirective->DraggableModule DroppableDirective DroppableDirective DroppableDirective->DraggableModule DraggableDirective DraggableDirective DraggableModule->DraggableDirective DraggableHandleDirective DraggableHandleDirective DraggableModule->DraggableHandleDirective DroppableDirective DroppableDirective DraggableModule->DroppableDirective

File

projects/rebirth-ng/src/lib/draggable/draggable.module.ts

import { NgModule } from '@angular/core';

import { DroppableDirective } from './droppable.directive';
import { DraggableDirective, DraggableHandleDirective } from './draggable.directive';

@NgModule({
  imports: [],
  exports: [DraggableDirective, DraggableHandleDirective, DroppableDirective],
  declarations: [DraggableDirective, DraggableHandleDirective, DroppableDirective],
  providers: [],
})
export class DraggableModule {
}

results matching ""

    No results matching ""