UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

13 lines (9 loc) 228 B
import { NgModule } from '@angular/core'; import { TooltipDirective } from './tooltip.directive'; @NgModule({ exports: [TooltipDirective], imports: [ TooltipDirective ] }) export class TooltipModule { }