UNPKG

@progress/kendo-angular-common

Version:
20 lines (19 loc) 780 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 { EventsOutsideAngularDirective } from './events-outside-angular.directive'; /** * @hidden */ let EventsModule = class EventsModule { }; EventsModule = tslib_1.__decorate([ NgModule({ declarations: [EventsOutsideAngularDirective], exports: [EventsOutsideAngularDirective] }) ], EventsModule); export { EventsModule };