UNPKG

@progress/kendo-angular-common

Version:
25 lines (24 loc) 933 B
/**----------------------------------------------------------------------------------------- * Copyright © 2020 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as tslib_1 from "tslib"; import { NgModule } from '@angular/core'; import { DraggableDirective } from './draggable.directive'; import { CommonModule } from '@angular/common'; /** * @hidden */ var DraggableModule = /** @class */ (function () { function DraggableModule() { } DraggableModule = tslib_1.__decorate([ NgModule({ declarations: [DraggableDirective], exports: [DraggableDirective], imports: [CommonModule] }) ], DraggableModule); return DraggableModule; }()); export { DraggableModule };