UNPKG

ngx-eagle

Version:

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

9 lines (7 loc) 219 B
import { NgModule } from '@angular/core'; import { SkeletonDirective } from './skeleton.directive'; @NgModule({ exports: [SkeletonDirective], imports: [SkeletonDirective] }) export class SkeletonModule { }