From c069672e6202001f60a9eabb9c2d38f69286850b Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Mon, 24 Feb 2020 03:50:29 -0500 Subject: [PATCH] ngmodule drag and drop import commit --- src/app/app.module.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 967e631..b3338e9 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -7,6 +7,7 @@ import {MatNativeDateModule, MatRadioModule, MatInputModule, MatButtonModule, Ma MatProgressSpinnerModule, MatButtonToggleModule, MatDialogModule} from '@angular/material'; + import {DragDropModule} from '@angular/cdk/drag-drop'; import {FormsModule, ReactiveFormsModule} from '@angular/forms'; import { AppComponent } from './app.component'; import {BrowserAnimationsModule} from '@angular/platform-browser/animations'; @@ -68,6 +69,7 @@ function isVisible({ event, element, scrollContainer, offset }: IsVisibleProps